Get desktop application:
View/edit binary Protocol Buffers messages
Create a resource. If a resource already exists, Create returns an error.
(message has no fields)
Destroy a resource. If a resource doesn't exist, error is returned. If a resource has pending finalizers, error is returned.
(message has no fields)
Get a resource by type and ID. If a resource is not found, error is returned.
List resources by type.
Update a resource. If a resource doesn't exist, error is returned. On update current version of resource `new` in the state should match curVersion, otherwise conflict error is returned.
(message has no fields)
Watch state of a resource by (namespace, type) or a specific resource by (namespace, type, id). It's fine to watch for a resource which doesn't exist yet. Watch is canceled when context gets canceled. Watch sends initial resource state as the very first event on the channel, and then sends any updates to the resource as events.
Used in:
Used in:
Event is emitted when resource changes.
Used in:
Used in:
Used in:
(message has no fields)
Used in:
(message has no fields)
Metadata represents resource metadata.
Used in:
Resource is a combination of metadata and spec.
Used in: , , , , , , , , ,
Spec defines content of the resource.
Used in:
Used in:
Used in: