Package io.kubernetes.client.proto
Interface Meta.ApplyOptionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta.ApplyOptions
,Meta.ApplyOptions.Builder
- Enclosing class:
- Meta
public static interface Meta.ApplyOptionsOrBuilder
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
getForce()
Force is going to "force" Apply requests.boolean
fieldManager is a name associated with the actor or entity that is making these changes.boolean
hasForce()
Force is going to "force" Apply requests.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;
-
hasForce
boolean hasForce()Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people.
optional bool force = 2;
-
getForce
boolean getForce()Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people.
optional bool force = 2;
-
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. This field is required.
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. This field is required.
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. This field is required.
optional string fieldManager = 3;
-