Skip to main content
Version: 0.1.0

ClusterComponent

No description

type ClusterComponent {
type: ClusterComponentType!
name: String!
isInstalledByZeet: Boolean!
exists: Boolean!
status: ClusterComponentEjectedStatus!
helmMetadata: HelmClusterComponentMetadata
terraformMetadata: TerraformClusterComponentMetadata
project: ProjectV3Adapter
}

Fields

ClusterComponent.type ● ClusterComponentType! non-null enum

ClusterComponent.name ● String! non-null scalar

ClusterComponent.isInstalledByZeet ● Boolean! non-null scalar

ClusterComponent.exists ● Boolean! non-null scalar

ClusterComponent.status ● ClusterComponentEjectedStatus! non-null enum

ClusterComponent.helmMetadata ● HelmClusterComponentMetadata object

ClusterComponent.terraformMetadata ● TerraformClusterComponentMetadata object

ClusterComponent.project ● ProjectV3Adapter object

Member Of

Cluster object