Builder

class Builder

Properties

Link copied to clipboard

Information whether the user has the permission to call the Kubernetes API.

Link copied to clipboard

The namespace where the Kubernetes API action will take place.

Link copied to clipboard

The Kubernetes resource with which your Kubernetes API call will interact.

Link copied to clipboard
var verb: String?

The verb component of the Kubernetes API call. For example, when you check whether or not you have the permission to call the CreatePod API, the verb component will be Create.