public static interface Meta.ManagedFieldsEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion()
APIVersion defines the version of this resource that this field set
applies to.
|
com.google.protobuf.ByteString |
getApiVersionBytes()
APIVersion defines the version of this resource that this field set
applies to.
|
String |
getFieldsType()
FieldsType is the discriminator for the different fields format and version.
|
com.google.protobuf.ByteString |
getFieldsTypeBytes()
FieldsType is the discriminator for the different fields format and version.
|
Meta.FieldsV1 |
getFieldsV1()
FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
|
Meta.FieldsV1OrBuilder |
getFieldsV1OrBuilder()
FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
|
String |
getManager()
Manager is an identifier of the workflow managing these fields.
|
com.google.protobuf.ByteString |
getManagerBytes()
Manager is an identifier of the workflow managing these fields.
|
String |
getOperation()
Operation is the type of operation which lead to this ManagedFieldsEntry being created.
|
com.google.protobuf.ByteString |
getOperationBytes()
Operation is the type of operation which lead to this ManagedFieldsEntry being created.
|
String |
getSubresource()
Subresource is the name of the subresource used to update that object, or
empty string if the object was updated through the main resource.
|
com.google.protobuf.ByteString |
getSubresourceBytes()
Subresource is the name of the subresource used to update that object, or
empty string if the object was updated through the main resource.
|
Meta.Time |
getTime()
Time is timestamp of when these fields were set.
|
Meta.TimeOrBuilder |
getTimeOrBuilder()
Time is timestamp of when these fields were set.
|
boolean |
hasApiVersion()
APIVersion defines the version of this resource that this field set
applies to.
|
boolean |
hasFieldsType()
FieldsType is the discriminator for the different fields format and version.
|
boolean |
hasFieldsV1()
FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
|
boolean |
hasManager()
Manager is an identifier of the workflow managing these fields.
|
boolean |
hasOperation()
Operation is the type of operation which lead to this ManagedFieldsEntry being created.
|
boolean |
hasSubresource()
Subresource is the name of the subresource used to update that object, or
empty string if the object was updated through the main resource.
|
boolean |
hasTime()
Time is timestamp of when these fields were set.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasManager()
Manager is an identifier of the workflow managing these fields.
optional string manager = 1;String getManager()
Manager is an identifier of the workflow managing these fields.
optional string manager = 1;com.google.protobuf.ByteString getManagerBytes()
Manager is an identifier of the workflow managing these fields.
optional string manager = 1;boolean hasOperation()
Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
optional string operation = 2;String getOperation()
Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
optional string operation = 2;com.google.protobuf.ByteString getOperationBytes()
Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
optional string operation = 2;boolean hasApiVersion()
APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
optional string apiVersion = 3;String getApiVersion()
APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
optional string apiVersion = 3;com.google.protobuf.ByteString getApiVersionBytes()
APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
optional string apiVersion = 3;boolean hasTime()
Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply' +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time time = 4;Meta.Time getTime()
Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply' +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time time = 4;Meta.TimeOrBuilder getTimeOrBuilder()
Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply' +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time time = 4;boolean hasFieldsType()
FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
optional string fieldsType = 6;String getFieldsType()
FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
optional string fieldsType = 6;com.google.protobuf.ByteString getFieldsTypeBytes()
FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
optional string fieldsType = 6;boolean hasFieldsV1()
FieldsV1 holds the first JSON version format as described in the "FieldsV1" type. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.FieldsV1 fieldsV1 = 7;Meta.FieldsV1 getFieldsV1()
FieldsV1 holds the first JSON version format as described in the "FieldsV1" type. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.FieldsV1 fieldsV1 = 7;Meta.FieldsV1OrBuilder getFieldsV1OrBuilder()
FieldsV1 holds the first JSON version format as described in the "FieldsV1" type. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.FieldsV1 fieldsV1 = 7;boolean hasSubresource()
Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
optional string subresource = 8;String getSubresource()
Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
optional string subresource = 8;com.google.protobuf.ByteString getSubresourceBytes()
Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
optional string subresource = 8;Copyright © 2023. All rights reserved.