Nested Classes
| Modifier and Type |
Class |
Description |
static class |
Generated.APIGroup |
APIGroup contains the name, the supported versions, and the preferred version
of a group.
|
static class |
Generated.APIGroupList |
APIGroupList is a list of APIGroup, to allow clients to discover the API at
/apis.
|
static interface |
Generated.APIGroupListOrBuilder |
|
static interface |
Generated.APIGroupOrBuilder |
|
static class |
Generated.APIResource |
APIResource specifies the name of a resource and whether it is namespaced.
|
static class |
Generated.APIResourceList |
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.
|
static interface |
Generated.APIResourceListOrBuilder |
|
static interface |
Generated.APIResourceOrBuilder |
|
static class |
Generated.APIVersions |
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.
|
static interface |
Generated.APIVersionsOrBuilder |
|
static class |
Generated.ApplyOptions |
ApplyOptions may be provided when applying an API object.
|
static interface |
Generated.ApplyOptionsOrBuilder |
|
static class |
Generated.Condition |
Condition contains details for one aspect of the current state of this API Resource.
|
static interface |
Generated.ConditionOrBuilder |
|
static class |
Generated.CreateOptions |
CreateOptions may be provided when creating an API object.
|
static interface |
Generated.CreateOptionsOrBuilder |
|
static class |
Generated.DeleteOptions |
DeleteOptions may be provided when deleting an API object.
|
static interface |
Generated.DeleteOptionsOrBuilder |
|
static class |
Generated.Duration |
Duration is a wrapper around time.Duration which supports correct
marshaling to YAML and JSON.
|
static interface |
Generated.DurationOrBuilder |
|
static class |
Generated.FieldSelectorRequirement |
FieldSelectorRequirement is a selector that contains values, a key, and an operator that
relates the key and values.
|
static interface |
Generated.FieldSelectorRequirementOrBuilder |
|
static class |
Generated.FieldsV1 |
FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.
|
static interface |
Generated.FieldsV1OrBuilder |
|
static class |
Generated.GetOptions |
GetOptions is the standard query options to the standard REST get call.
|
static interface |
Generated.GetOptionsOrBuilder |
|
static class |
Generated.GroupKind |
GroupKind specifies a Group and a Kind, but does not force a version.
|
static interface |
Generated.GroupKindOrBuilder |
|
static class |
Generated.GroupResource |
GroupResource specifies a Group and a Resource, but does not force a version.
|
static interface |
Generated.GroupResourceOrBuilder |
|
static class |
Generated.GroupVersion |
GroupVersion contains the "group" and the "version", which uniquely identifies the API.
|
static class |
Generated.GroupVersionForDiscovery |
GroupVersion contains the "group/version" and "version" string of a version.
|
static interface |
Generated.GroupVersionForDiscoveryOrBuilder |
|
static class |
Generated.GroupVersionKind |
GroupVersionKind unambiguously identifies a kind.
|
static interface |
Generated.GroupVersionKindOrBuilder |
|
static interface |
Generated.GroupVersionOrBuilder |
|
static class |
Generated.GroupVersionResource |
GroupVersionResource unambiguously identifies a resource.
|
static interface |
Generated.GroupVersionResourceOrBuilder |
|
static class |
Generated.LabelSelector |
A label selector is a label query over a set of resources.
|
static interface |
Generated.LabelSelectorOrBuilder |
|
static class |
Generated.LabelSelectorRequirement |
A label selector requirement is a selector that contains values, a key, and an operator that
relates the key and values.
|
static interface |
Generated.LabelSelectorRequirementOrBuilder |
|
static class |
Generated.List |
List holds a list of objects, which may not be known by the server.
|
static class |
Generated.ListMeta |
ListMeta describes metadata that synthetic resources must have, including lists and
various status objects.
|
static interface |
Generated.ListMetaOrBuilder |
|
static class |
Generated.ListOptions |
ListOptions is the query options to a standard REST list call.
|
static interface |
Generated.ListOptionsOrBuilder |
|
static interface |
Generated.ListOrBuilder |
|
static class |
Generated.ManagedFieldsEntry |
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource
that the fieldset applies to.
|
static interface |
Generated.ManagedFieldsEntryOrBuilder |
|
static class |
Generated.MicroTime |
MicroTime is version of Time with microsecond level precision.
|
static interface |
Generated.MicroTimeOrBuilder |
|
static class |
Generated.ObjectMeta |
ObjectMeta is metadata that all persisted resources must have, which includes all objects
users must create.
|
static interface |
Generated.ObjectMetaOrBuilder |
|
static class |
Generated.OwnerReference |
OwnerReference contains enough information to let you identify an owning
object.
|
static interface |
Generated.OwnerReferenceOrBuilder |
|
static class |
Generated.PartialObjectMetadata |
PartialObjectMetadata is a generic representation of any object with ObjectMeta.
|
static class |
Generated.PartialObjectMetadataList |
PartialObjectMetadataList contains a list of objects containing only their metadata
+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
static interface |
Generated.PartialObjectMetadataListOrBuilder |
|
static interface |
Generated.PartialObjectMetadataOrBuilder |
|
static class |
Generated.Patch |
Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.
|
static class |
Generated.PatchOptions |
PatchOptions may be provided when patching an API object.
|
static interface |
Generated.PatchOptionsOrBuilder |
|
static interface |
Generated.PatchOrBuilder |
|
static class |
Generated.Preconditions |
Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.
|
static interface |
Generated.PreconditionsOrBuilder |
|
static class |
Generated.RootPaths |
RootPaths lists the paths available at root.
|
static interface |
Generated.RootPathsOrBuilder |
|
static class |
Generated.ServerAddressByClientCIDR |
ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.
|
static interface |
Generated.ServerAddressByClientCIDROrBuilder |
|
static class |
Generated.Status |
Status is a return value for calls that don't return other objects.
|
static class |
Generated.StatusCause |
StatusCause provides more information about an api.Status failure, including
cases when multiple errors are encountered.
|
static interface |
Generated.StatusCauseOrBuilder |
|
static class |
Generated.StatusDetails |
StatusDetails is a set of additional properties that MAY be set by the
server to provide additional information about a response.
|
static interface |
Generated.StatusDetailsOrBuilder |
|
static interface |
Generated.StatusOrBuilder |
|
static class |
Generated.TableOptions |
TableOptions are used when a Table is requested by the caller.
|
static interface |
Generated.TableOptionsOrBuilder |
|
static class |
Generated.Time |
Time is a wrapper around time.Time which supports correct
marshaling to YAML and JSON.
|
static interface |
Generated.TimeOrBuilder |
|
static class |
Generated.Timestamp |
Timestamp is a struct that is equivalent to Time, but intended for
protobuf marshalling/unmarshalling.
|
static interface |
Generated.TimestampOrBuilder |
|
static class |
Generated.TypeMeta |
TypeMeta describes an individual object in an API response or request
with strings representing the type of the object and its API schema version.
|
static interface |
Generated.TypeMetaOrBuilder |
|
static class |
Generated.UpdateOptions |
UpdateOptions may be provided when updating an API object.
|
static interface |
Generated.UpdateOptionsOrBuilder |
|
static class |
Generated.Verbs |
Verbs masks the value so protobuf can generate
+protobuf.nullable=true
+protobuf.options.(gogoproto.goproto_stringer)=false
|
static interface |
Generated.VerbsOrBuilder |
|
static class |
Generated.WatchEvent |
Event represents a single event to a watched resource.
|
static interface |
Generated.WatchEventOrBuilder |
|