Package-level declarations

Types

Link copied to clipboard
data class ConditionArgs(val lastTransitionTime: Output<String>, val message: Output<String>, val observedGeneration: Output<Int>? = null, val reason: Output<String>, val status: Output<String>, val type: Output<String>) : ConvertibleToJava<ConditionArgs>

Condition contains details for one aspect of the current state of this API Resource.

Link copied to clipboard
Link copied to clipboard
data class LabelSelectorArgs(val matchExpressions: Output<List<LabelSelectorRequirementArgs>>? = null, val matchLabels: Output<Map<String, String>>? = null) : ConvertibleToJava<LabelSelectorArgs>

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

Link copied to clipboard
Link copied to clipboard
data class LabelSelectorPatchArgs(val matchExpressions: Output<List<LabelSelectorRequirementPatchArgs>>? = null, val matchLabels: Output<Map<String, String>>? = null) : ConvertibleToJava<LabelSelectorPatchArgs>

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

Link copied to clipboard
data class LabelSelectorRequirementArgs(val key: Output<String>, val operator: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<LabelSelectorRequirementArgs>

A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.

Link copied to clipboard
data class LabelSelectorRequirementPatchArgs(val key: Output<String>? = null, val operator: Output<String>? = null, val values: Output<List<String>>? = null) : ConvertibleToJava<LabelSelectorRequirementPatchArgs>

A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.

Link copied to clipboard
data class ListMetaArgs(val continue: Output<String>? = null, val remainingItemCount: Output<Int>? = null, val resourceVersion: Output<String>? = null, val selfLink: Output<String>? = null) : ConvertibleToJava<ListMetaArgs>

ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.

Link copied to clipboard
Link copied to clipboard
data class ListMetaPatchArgs(val continue: Output<String>? = null, val remainingItemCount: Output<Int>? = null, val resourceVersion: Output<String>? = null, val selfLink: Output<String>? = null) : ConvertibleToJava<ListMetaPatchArgs>

ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.

Link copied to clipboard
Link copied to clipboard
data class ManagedFieldsEntryArgs(val apiVersion: Output<String>? = null, val fieldsType: Output<String>? = null, val fieldsV1: Output<JsonElement>? = null, val manager: Output<String>? = null, val operation: Output<String>? = null, val subresource: Output<String>? = null, val time: Output<String>? = null) : ConvertibleToJava<ManagedFieldsEntryArgs>

ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.

Link copied to clipboard
data class ManagedFieldsEntryPatchArgs(val apiVersion: Output<String>? = null, val fieldsType: Output<String>? = null, val fieldsV1: Output<JsonElement>? = null, val manager: Output<String>? = null, val operation: Output<String>? = null, val subresource: Output<String>? = null, val time: Output<String>? = null) : ConvertibleToJava<ManagedFieldsEntryPatchArgs>

ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.

Link copied to clipboard
data class ObjectMetaArgs(val annotations: Output<Map<String, String>>? = null, val clusterName: Output<String>? = null, val creationTimestamp: Output<String>? = null, val deletionGracePeriodSeconds: Output<Int>? = null, val deletionTimestamp: Output<String>? = null, val finalizers: Output<List<String>>? = null, val generateName: Output<String>? = null, val generation: Output<Int>? = null, val labels: Output<Map<String, String>>? = null, val managedFields: Output<List<ManagedFieldsEntryArgs>>? = null, val name: Output<String>? = null, val namespace: Output<String>? = null, val ownerReferences: Output<List<OwnerReferenceArgs>>? = null, val resourceVersion: Output<String>? = null, val selfLink: Output<String>? = null, val uid: Output<String>? = null) : ConvertibleToJava<ObjectMetaArgs>

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

Link copied to clipboard
Link copied to clipboard
data class ObjectMetaPatchArgs(val annotations: Output<Map<String, String>>? = null, val clusterName: Output<String>? = null, val creationTimestamp: Output<String>? = null, val deletionGracePeriodSeconds: Output<Int>? = null, val deletionTimestamp: Output<String>? = null, val finalizers: Output<List<String>>? = null, val generateName: Output<String>? = null, val generation: Output<Int>? = null, val labels: Output<Map<String, String>>? = null, val managedFields: Output<List<ManagedFieldsEntryPatchArgs>>? = null, val name: Output<String>? = null, val namespace: Output<String>? = null, val ownerReferences: Output<List<OwnerReferencePatchArgs>>? = null, val resourceVersion: Output<String>? = null, val selfLink: Output<String>? = null, val uid: Output<String>? = null) : ConvertibleToJava<ObjectMetaPatchArgs>

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

Link copied to clipboard
data class OwnerReferenceArgs(val apiVersion: Output<String>, val blockOwnerDeletion: Output<Boolean>? = null, val controller: Output<Boolean>? = null, val kind: Output<String>, val name: Output<String>, val uid: Output<String>) : ConvertibleToJava<OwnerReferenceArgs>

OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.

Link copied to clipboard
Link copied to clipboard
data class OwnerReferencePatchArgs(val apiVersion: Output<String>? = null, val blockOwnerDeletion: Output<Boolean>? = null, val controller: Output<Boolean>? = null, val kind: Output<String>? = null, val name: Output<String>? = null, val uid: Output<String>? = null) : ConvertibleToJava<OwnerReferencePatchArgs>

OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.

Link copied to clipboard
data class StatusCauseArgs(val field: Output<String>? = null, val message: Output<String>? = null, val reason: Output<String>? = null) : ConvertibleToJava<StatusCauseArgs>

StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.

Link copied to clipboard
Link copied to clipboard
data class StatusCausePatchArgs(val field: Output<String>? = null, val message: Output<String>? = null, val reason: Output<String>? = null) : ConvertibleToJava<StatusCausePatchArgs>

StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.

Link copied to clipboard
data class StatusDetailsArgs(val causes: Output<List<StatusCauseArgs>>? = null, val group: Output<String>? = null, val kind: Output<String>? = null, val name: Output<String>? = null, val retryAfterSeconds: Output<Int>? = null, val uid: Output<String>? = null) : ConvertibleToJava<StatusDetailsArgs>

StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.

Link copied to clipboard
Link copied to clipboard
data class StatusDetailsPatchArgs(val causes: Output<List<StatusCausePatchArgs>>? = null, val group: Output<String>? = null, val kind: Output<String>? = null, val name: Output<String>? = null, val retryAfterSeconds: Output<Int>? = null, val uid: Output<String>? = null) : ConvertibleToJava<StatusDetailsPatchArgs>

StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.