ResourceManifestResponse

data class ResourceManifestResponse(val clusterScoped: Boolean, val manifest: String)

ResourceManifest represents a single Kubernetes resource to be applied to the cluster.

Constructors

Link copied to clipboard
fun ResourceManifestResponse(clusterScoped: Boolean, manifest: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the resource provided in the manifest is cluster_scoped. If unset, the manifest is assumed to be namespace scoped. This field is used for REST mapping when applying the resource in a cluster.

Link copied to clipboard

YAML manifest of the resource.