Package k8s.io.api.networking.v1
Interface Generated.IPAddressSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.IPAddressSpec,Generated.IPAddressSpec.Builder
- Enclosing class:
- Generated
public static interface Generated.IPAddressSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.ParentReferencegetParentRef()ParentRef references the resource that an IPAddress is attached to.Generated.ParentReferenceOrBuildergetParentRefOrBuilder()ParentRef references the resource that an IPAddress is attached to.booleanhasParentRef()ParentRef references the resource that an IPAddress is attached to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasParentRef
boolean hasParentRef()
ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object. +required
optional .k8s.io.api.networking.v1.ParentReference parentRef = 1;- Returns:
- Whether the parentRef field is set.
-
getParentRef
Generated.ParentReference getParentRef()
ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object. +required
optional .k8s.io.api.networking.v1.ParentReference parentRef = 1;- Returns:
- The parentRef.
-
getParentRefOrBuilder
Generated.ParentReferenceOrBuilder getParentRefOrBuilder()
ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object. +required
optional .k8s.io.api.networking.v1.ParentReference parentRef = 1;
-
-