Class ManagedFieldsEntryPatch
- java.lang.Object
-
- com.pulumi.kubernetes.meta.v1.outputs.ManagedFieldsEntryPatch
-
public final class ManagedFieldsEntryPatch extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ManagedFieldsEntryPatch.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
apiVersion()
static ManagedFieldsEntryPatch.Builder
builder()
static ManagedFieldsEntryPatch.Builder
builder(ManagedFieldsEntryPatch defaults)
java.util.Optional<java.lang.String>
fieldsType()
java.util.Optional<com.google.gson.JsonElement>
fieldsV1()
java.util.Optional<java.lang.String>
manager()
java.util.Optional<java.lang.String>
operation()
java.util.Optional<java.lang.String>
subresource()
java.util.Optional<java.lang.String>
time()
-
-
-
Method Detail
-
apiVersion
public java.util.Optional<java.lang.String> apiVersion()
- Returns:
- 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.
-
fieldsType
public java.util.Optional<java.lang.String> fieldsType()
- Returns:
- FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
-
fieldsV1
public java.util.Optional<com.google.gson.JsonElement> fieldsV1()
- Returns:
- FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
-
manager
public java.util.Optional<java.lang.String> manager()
- Returns:
- Manager is an identifier of the workflow managing these fields.
-
operation
public java.util.Optional<java.lang.String> operation()
- Returns:
- Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
-
subresource
public java.util.Optional<java.lang.String> subresource()
- Returns:
- 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.
-
time
public java.util.Optional<java.lang.String> time()
- Returns:
- Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.
-
builder
public static ManagedFieldsEntryPatch.Builder builder()
-
builder
public static ManagedFieldsEntryPatch.Builder builder(ManagedFieldsEntryPatch defaults)
-
-