public static interface V1beta1Admissionregistration.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, 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 |
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.
|
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.
|
V1beta1Admissionregistration.Rule |
getRule()
Rule is embedded, it describes other criteria of the rule, like
APIGroups, APIVersions, Resources, etc.
|
V1beta1Admissionregistration.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, hasOneofList<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;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;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;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;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;V1beta1Admissionregistration.Rule 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;V1beta1Admissionregistration.RuleOrBuilder 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;Copyright © 2023. All rights reserved.