Interface Generated.ServiceCIDRStatusOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Generated.Condition getConditions​(int index)
      conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR.
      int getConditionsCount()
      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.ConditionOrBuilder getConditionsOrBuilder​(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.MessageLiteOrBuilder

        isInitialized
      • 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;