Versions in this module Expand all Collapse all v0 v0.0.2 Mar 17, 2022 v0.0.1 Nov 8, 2021 Changes in this version + const BasicAuthPasswordKey + const BasicAuthUsernameKey + const DockerConfigJsonKey + const DockerConfigKey + const EventTypeNormal + const EventTypeWarning + const ExecCommandParam + const ExecStderrParam + const ExecStdinParam + const ExecStdoutParam + const ExecTTYParam + const FinalizerDeleteDependents + const FinalizerOrphanDependents + const ImpersonateGroupHeader + const ImpersonateUIDHeader + const ImpersonateUserExtraHeaderPrefix + const ImpersonateUserHeader + const MaxSecretSize + const NamespaceAll + const NamespaceDefault + const NamespaceNone + const NamespacePublic + const NamespaceSystem + const ObjectNameField + const PortForwardRequestIDHeader + const PortHeader + const RFC3339Micro + const SSHAuthPrivateKey + const SecretTypeBasicAuth + const SecretTypeBootstrapToken + const SecretTypeDockerConfigJson + const SecretTypeDockercfg + const SecretTypeOpaque + const SecretTypeSSHAuth + const SecretTypeServiceAccountToken + const SecretTypeTLS + const ServiceAccountKubeconfigKey + const ServiceAccountNameKey + const ServiceAccountNamespaceKey + const ServiceAccountRootCAKey + const ServiceAccountTokenKey + const ServiceAccountUIDKey + const StatusFailure + const StatusSuccess + const StreamType + const StreamTypeData + const StreamTypeError + const StreamTypeResize + const StreamTypeStderr + const StreamTypeStdin + const StreamTypeStdout + const TLSCertKey + const TLSPrivateKeyKey + type BoundObjectReference struct + APIVersion string + Kind string + Name string + UID UID + type CauseType string + const CauseTypeFieldManagerConflict + const CauseTypeFieldValueDuplicate + const CauseTypeFieldValueInvalid + const CauseTypeFieldValueNotFound + const CauseTypeFieldValueNotSupported + const CauseTypeFieldValueRequired + const CauseTypeResourceVersionTooLarge + const CauseTypeUnexpectedServerResponse + type CreateOptions struct + DryRun []string + FieldManager string + type DeleteOptions struct + DryRun []string + GracePeriodSeconds *int64 + OrphanDependents *bool + Preconditions *Preconditions + PropagationPolicy *DeletionPropagation + type DeletionPropagation string + const DeletePropagationBackground + const DeletePropagationForeground + const DeletePropagationOrphan + type Duration struct + func NewDuration(val string) Duration + func (d *Duration) IsZero() bool + func (d *Duration) Set(val string) error + func (d *Duration) Type() string + func (d *Duration) UnmarshalJSON(b []byte) error + func (d Duration) MarshalJSON() ([]byte, error) + func (d Duration) String() string + type Event struct + Action string + Count int32 + EventTime MicroTime + FirstTimestamp Time + InvolvedObject ObjectReference + LastTimestamp Time + Message string + Reason string + Related *ObjectReference + ReportingController string + ReportingInstance string + Series *EventSeries + Source EventSource + Type string + type EventList struct + Items []Event + type EventSeries struct + Count int32 + LastObservedTime MicroTime + type EventSource struct + Component string + Host string + type ExtraValue []string + func (t ExtraValue) String() string + type FieldSelectorWrapper struct + func (p *FieldSelectorWrapper) Parse(in string) (err error) + type FieldsV1 struct + Raw []byte + func (f FieldsV1) String() string + type GetOptions struct + ResourceVersion string + type LabelSelector struct + MatchExpressions []LabelSelectorRequirement + MatchLabels map[string]string + type LabelSelectorOperator string + const LabelSelectorOpDoesNotExist + const LabelSelectorOpExists + const LabelSelectorOpIn + const LabelSelectorOpNotIn + type LabelSelectorRequirement struct + Key string + Operator LabelSelectorOperator + Values []string + type LabelSelectorWrapper struct + func (p *LabelSelectorWrapper) Parse(in string) (err error) + type ListMeta struct + Continue string + RemainingItemCount *int64 + ResourceVersion string + func (in *ListMeta) DeepCopy() *ListMeta + func (in *ListMeta) DeepCopyInto(out *ListMeta) + type ListOptions struct + AllowWatchBookmarks bool + Continue string + FieldSelector *FieldSelectorWrapper + LabelSelector *LabelSelectorWrapper + Limit int64 + Offset int64 + ResourceVersion string + TimeoutSeconds *int64 + Watch bool + type LocalObjectReference struct + Name string + type ManagedFieldsEntry struct + APIVersion string + FieldsType string + FieldsV1 *FieldsV1 + Manager string + Operation ManagedFieldsOperationType + Time *time.Time + type ManagedFieldsOperationType string + const ManagedFieldsOperationApply + const ManagedFieldsOperationUpdate + type MicroTime struct + func DateMicro(year int, month time.Month, day, hour, min, sec, nsec int, loc *time.Location) MicroTime + func NewMicroTime(time time.Time) MicroTime + func NowMicro() MicroTime + func UnixMicro(sec int64, nsec int64) MicroTime + func (_ MicroTime) OpenAPISchemaFormat() string + func (_ MicroTime) OpenAPISchemaType() []string + func (t *MicroTime) Before(u *MicroTime) bool + func (t *MicroTime) BeforeTime(u *Time) bool + func (t *MicroTime) DeepCopyInto(out *MicroTime) + func (t *MicroTime) Equal(u *MicroTime) bool + func (t *MicroTime) EqualTime(u *Time) bool + func (t *MicroTime) IsZero() bool + func (t *MicroTime) UnmarshalJSON(b []byte) error + func (t *MicroTime) UnmarshalQueryParameter(str string) error + func (t MicroTime) MarshalJSON() ([]byte, error) + func (t MicroTime) MarshalQueryParameter() (string, error) + type ObjectMeta struct + Annotations map[string]string + ClusterName string + CreationTimestamp time.Time + DeletionGracePeriodSeconds *int64 + DeletionTimestamp *time.Time + Finalizers []string + GenerateName string + Generation int64 + Labels map[string]string + ManagedFields []ManagedFieldsEntry + Name string + Namespace string + OwnerReferences []OwnerReference + ResourceVersion string + SelfLink string + UID UID + type ObjectReference struct + APIVersion string + FieldPath string + Kind string + Name string + Namespace string + ResourceVersion string + UID UID + type OwnerReference struct + APIVersion string + BlockOwnerDeletion *bool + Controller *bool + Kind string + Name string + UID UID + type PatchType string + const ApplyPatchType + const JSONPatchType + const MergePatchType + const StrategicMergePatchType + type Preconditions struct + ResourceVersion *string + UID *UID + type ResourceVersionMatch string + const ResourceVersionMatchExact + const ResourceVersionMatchNotOlderThan + type RootPaths struct + Paths []string + type Secret struct + Data map[string][]byte + Immutable *bool + StringData map[string]string + Type SecretType + type SecretList struct + Items []Secret + type SecretType string + type ServiceAccount struct + AutomountServiceAccountToken *bool + ImagePullSecrets []LocalObjectReference + Secrets []ObjectReference + type ServiceAccountList struct + Items []ServiceAccount + type Status struct + Code int32 + Details *StatusDetails + Message string + Reason StatusReason + Status string + func (in *Status) DeepCopy() *Status + func (in *Status) DeepCopyInto(out *Status) + type StatusCause struct + Field string + Message string + Type CauseType + type StatusDetails struct + Causes []StatusCause + Group string + Kind string + Name string + RetryAfterSeconds int32 + UID UID + func (in *StatusDetails) DeepCopy() *StatusDetails + func (in *StatusDetails) DeepCopyInto(out *StatusDetails) + type StatusReason string + const StatusReasonAlreadyExists + const StatusReasonBadRequest + const StatusReasonConflict + const StatusReasonExpired + const StatusReasonForbidden + const StatusReasonGone + const StatusReasonInternalError + const StatusReasonInvalid + const StatusReasonMethodNotAllowed + const StatusReasonNotAcceptable + const StatusReasonNotFound + const StatusReasonRequestEntityTooLarge + const StatusReasonServerTimeout + const StatusReasonServiceUnavailable + const StatusReasonTimeout + const StatusReasonTooManyRequests + const StatusReasonUnauthorized + const StatusReasonUnknown + const StatusReasonUnsupportedMediaType + type Time struct + func Date(year int, month time.Month, day, hour, min, sec, nsec int, loc *time.Location) Time + func NewTime(time time.Time) Time + func Now() Time + func Unix(sec int64, nsec int64) Time + func (_ Time) OpenAPISchemaFormat() string + func (_ Time) OpenAPISchemaType() []string + func (in *Time) DeepCopy() *Time + func (t *Time) Before(u *Time) bool + func (t *Time) DeepCopyInto(out *Time) + func (t *Time) Equal(u *Time) bool + func (t *Time) IsZero() bool + func (t *Time) UnmarshalJSON(b []byte) error + func (t *Time) UnmarshalQueryParameter(str string) error + func (t Time) MarshalJSON() ([]byte, error) + func (t Time) MarshalQueryParameter() (string, error) + func (t Time) Rfc3339Copy() Time + func (t Time) ToUnstructured() interface{} + type TokenRequest struct + Spec TokenRequestSpec + Status TokenRequestStatus + type TokenRequestSpec struct + Audiences []string + BoundObjectRef *BoundObjectReference + ExpirationSeconds *int64 + type TokenRequestStatus struct + ExpirationTimestamp Time + Token string + type TokenReview struct + Spec TokenReviewSpec + Status TokenReviewStatus + type TokenReviewSpec struct + Audiences []string + Token string + type TokenReviewStatus struct + Audiences []string + Authenticated bool + Error string + User UserInfo + type TypeMeta struct + APIVersion string + Kind string + type UID string + type UpdateOptions struct + DryRun []string + FieldManager string + type UserInfo struct + Extra map[string]ExtraValue + Groups []string + UID string + Username string + func (in *UserInfo) DeepCopy() *UserInfo + func (in *UserInfo) DeepCopyInto(out *UserInfo)