public static interface V1alpha1Admissionregistration.RuleWithOperationsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getOperations(int index)
Operations is the operations the admission hook cares about - CREATE, UPDATE, or *
for all operations.
|
com.google.protobuf.ByteString |
getOperationsBytes(int index)
Operations is the operations the admission hook cares about - CREATE, UPDATE, or *
for all operations.
|
int |
getOperationsCount()
Operations is the operations the admission hook cares about - CREATE, UPDATE, or *
for all operations.
|
List<String> |
getOperationsList()
Operations is the operations the admission hook cares about - CREATE, UPDATE, or *
for all operations.
|
V1alpha1Admissionregistration.Rule |
getRule()
Rule is embedded, it describes other criteria of the rule, like
APIGroups, APIVersions, Resources, etc.
|
V1alpha1Admissionregistration.RuleOrBuilder |
getRuleOrBuilder()
Rule is embedded, it describes other criteria of the rule, like
APIGroups, APIVersions, Resources, etc.
|
boolean |
hasRule()
Rule is embedded, it describes other criteria of the rule, like
APIGroups, APIVersions, Resources, etc.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> getOperationsList()
Operations is the operations the admission hook cares about - CREATE, UPDATE, or * for all operations. If '*' is present, the length of the slice must be one. Required.
repeated string operations = 1;
int getOperationsCount()
Operations is the operations the admission hook cares about - CREATE, UPDATE, or * for all operations. If '*' is present, the length of the slice must be one. Required.
repeated string operations = 1;
String getOperations(int index)
Operations is the operations the admission hook cares about - CREATE, UPDATE, or * for all operations. If '*' is present, the length of the slice must be one. Required.
repeated string operations = 1;
com.google.protobuf.ByteString getOperationsBytes(int index)
Operations is the operations the admission hook cares about - CREATE, UPDATE, or * for all operations. If '*' is present, the length of the slice must be one. Required.
repeated string operations = 1;
boolean hasRule()
Rule is embedded, it describes other criteria of the rule, like APIGroups, APIVersions, Resources, etc.
optional .k8s.io.api.admissionregistration.v1alpha1.Rule rule = 2;
V1alpha1Admissionregistration.Rule getRule()
Rule is embedded, it describes other criteria of the rule, like APIGroups, APIVersions, Resources, etc.
optional .k8s.io.api.admissionregistration.v1alpha1.Rule rule = 2;
V1alpha1Admissionregistration.RuleOrBuilder getRuleOrBuilder()
Rule is embedded, it describes other criteria of the rule, like APIGroups, APIVersions, Resources, etc.
optional .k8s.io.api.admissionregistration.v1alpha1.Rule rule = 2;
Copyright © 2021. All rights reserved.