Package k8s.io.api.networking.v1
Interface Generated.ServiceCIDRStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.ServiceCIDRStatus,Generated.ServiceCIDRStatus.Builder
- Enclosing class:
- Generated
public static interface Generated.ServiceCIDRStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.ConditiongetConditions(int index)conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR.intgetConditionsCount()conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR.List<Generated.Condition>getConditionsList()conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR.Generated.ConditionOrBuildergetConditionsOrBuilder(int index)conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR.List<? extends Generated.ConditionOrBuilder>getConditionsOrBuilderList()conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConditionsList
List<Generated.Condition> getConditionsList()
conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state +optional +patchMergeKey=type +patchStrategy=merge +listType=map +listMapKey=type
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.Condition conditions = 1;
-
getConditions
Generated.Condition getConditions(int index)
conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state +optional +patchMergeKey=type +patchStrategy=merge +listType=map +listMapKey=type
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.Condition conditions = 1;
-
getConditionsCount
int getConditionsCount()
conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state +optional +patchMergeKey=type +patchStrategy=merge +listType=map +listMapKey=type
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.Condition conditions = 1;
-
getConditionsOrBuilderList
List<? extends Generated.ConditionOrBuilder> getConditionsOrBuilderList()
conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state +optional +patchMergeKey=type +patchStrategy=merge +listType=map +listMapKey=type
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.Condition conditions = 1;
-
getConditionsOrBuilder
Generated.ConditionOrBuilder getConditionsOrBuilder(int index)
conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state +optional +patchMergeKey=type +patchStrategy=merge +listType=map +listMapKey=type
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.Condition conditions = 1;
-
-