Interface V1beta1Admissionregistration.RuleWithOperationsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1beta1Admissionregistration.RuleWithOperations, V1beta1Admissionregistration.RuleWithOperations.Builder
Enclosing class:
V1beta1Admissionregistration

public static interface V1beta1Admissionregistration.RuleWithOperationsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getOperations(int index)
    Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added.
    com.google.protobuf.ByteString
    getOperationsBytes(int index)
    Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added.
    int
    Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added.
    Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added.
    Rule is embedded, it describes other criteria of the rule, like APIGroups, APIVersions, Resources, etc.
    Rule is embedded, it describes other criteria of the rule, like APIGroups, APIVersions, Resources, etc.
    boolean
    Rule is embedded, it describes other criteria of the rule, like APIGroups, APIVersions, Resources, etc.

    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 Details

    • getOperationsList

      List<String> getOperationsList()
       Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or *
       for all of those operations and any future admission operations that are added.
       If '*' is present, the length of the slice must be one.
       Required.
       
      repeated string operations = 1;
    • getOperationsCount

      int getOperationsCount()
       Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or *
       for all of those operations and any future admission operations that are added.
       If '*' is present, the length of the slice must be one.
       Required.
       
      repeated string operations = 1;
    • getOperations

      String getOperations(int index)
       Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or *
       for all of those operations and any future admission operations that are added.
       If '*' is present, the length of the slice must be one.
       Required.
       
      repeated string operations = 1;
    • getOperationsBytes

      com.google.protobuf.ByteString getOperationsBytes(int index)
       Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or *
       for all of those operations and any future admission operations that are added.
       If '*' is present, the length of the slice must be one.
       Required.
       
      repeated string operations = 1;
    • hasRule

      boolean hasRule()
       Rule is embedded, it describes other criteria of the rule, like
       APIGroups, APIVersions, Resources, etc.
       
      optional .k8s.io.api.admissionregistration.v1beta1.Rule rule = 2;
    • getRule

       Rule is embedded, it describes other criteria of the rule, like
       APIGroups, APIVersions, Resources, etc.
       
      optional .k8s.io.api.admissionregistration.v1beta1.Rule rule = 2;
    • getRuleOrBuilder

       Rule is embedded, it describes other criteria of the rule, like
       APIGroups, APIVersions, Resources, etc.
       
      optional .k8s.io.api.admissionregistration.v1beta1.Rule rule = 2;