Package io.kubernetes.client.proto
Interface Meta.CreateOptionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta.CreateOptions
,Meta.CreateOptions.Builder
- Enclosing class:
- Meta
public static interface Meta.CreateOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDryRun
(int index) When present, indicates that modifications should not be persisted.com.google.protobuf.ByteString
getDryRunBytes
(int index) When present, indicates that modifications should not be persisted.int
When present, indicates that modifications should not be persisted.When present, indicates that modifications should not be persisted.fieldManager is a name associated with the actor or entity that is making these changes.com.google.protobuf.ByteString
fieldManager is a name associated with the actor or entity that is making these changes.boolean
fieldManager is a name associated with the actor or entity that is making these changes.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
-
getDryRunList
When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +optional
repeated string dryRun = 1;
-
getDryRunCount
int getDryRunCount()When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +optional
repeated string dryRun = 1;
-
getDryRun
When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +optional
repeated string dryRun = 1;
-
getDryRunBytes
com.google.protobuf.ByteString getDryRunBytes(int index) When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +optional
repeated string dryRun = 1;
-
hasFieldManager
boolean hasFieldManager()fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. +optional
optional string fieldManager = 3;
-
getFieldManager
String getFieldManager()fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. +optional
optional string fieldManager = 3;
-
getFieldManagerBytes
com.google.protobuf.ByteString getFieldManagerBytes()fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. +optional
optional string fieldManager = 3;
-