Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectWithStatusSubResource ¶
type ObjectWithStatusSubResource interface { resource.Object // SecretStorageGetStatus should return the status sub-resource for the resource. SecretStorageGetStatus() (statusSubResource StatusSubResource) }
ObjectWithStatusSubResource defines an interface for getting and setting the status sub-resource for a resource. It is a copy of the interface in the apiserver-runtime package, but with the SecretStorage prefix. The prefix is needed since the apiserver-runtime package fails if the storage is not a k8s.io/apiserver/pkg/registry/generic/registry.Store.
type StatusSubResource ¶
type StatusSubResource interface { resource.SubResource // SecretStorageCopyTo copies the content of the status subresource to a parent resource. SecretStorageCopyTo(parent ObjectWithStatusSubResource) }
StatusSubResource defines required methods for implementing a status subresource.
Click to show internal directories.
Click to hide internal directories.