Show / Hide Table of Contents

Namespace Pulumi.Kubernetes.Types.Inputs.Meta.V1

Classes

APIGroupArgs

APIGroup contains the name, the supported versions, and the preferred version of a group.

APIGroupListArgs

APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.

APIResourceArgs

APIResource specifies the name of a resource and whether it is namespaced.

APIResourceListArgs

APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.

APIVersionsArgs

APIVersions lists the versions that are available, to allow clients to discover the API at /api, which is the root path of the legacy v1 API.

DeleteOptionsArgs

DeleteOptions may be provided when deleting an API object.

GroupVersionForDiscoveryArgs

GroupVersion contains the "group/version" and "version" string of a version. It is made a struct to keep extensibility.

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.

LabelSelectorRequirementArgs

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

ListMetaArgs

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

ManagedFieldsEntryArgs

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

ObjectMetaArgs

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

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.

PreconditionsArgs

Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.

ServerAddressByClientCIDRArgs

ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.

StatusArgs

Status is a return value for calls that don't return other objects.

StatusCauseArgs

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

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.

WatchEventArgs

Event represents a single event to a watched resource.

Back to top Copyright 2016-2020, Pulumi Corporation.