Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions install/0000_50_machine-api-operator_02_machine.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ metadata:
controller-tools.k8s.io: "1.0"
name: machines.cluster.k8s.io
spec:
additionalPrinterColumns:
- JSONPath: .status.providerStatus.instanceId
name: Instance
description: Instance ID of machine created in AWS
type: string
- JSONPath: .status.providerStatus.instanceState
name: State
description: State of the AWS instance
type: string
- JSONPath: .spec.providerSpec.value.instanceType
name: Type
description: Type of instance
type: string
- JSONPath: .spec.providerSpec.value.placement.region
name: Region
description: Region associated with machine
type: string
- JSONPath: .spec.providerSpec.value.placement.availabilityZone
name: Zone
description: Zone associated with machine
type: string
- JSONPath: .metadata.creationTimestamp
name: Age
type: date
group: cluster.k8s.io
names:
kind: Machine
Expand Down
4 changes: 4 additions & 0 deletions install/0000_50_machine-api-operator_03_machineset.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ spec:
description: Ready Replicas
name: Ready
type: integer
- JSONPath: .status.availableReplicas
name: Available
description: Observed number of available replicas
type: string
- JSONPath: .metadata.creationTimestamp
name: Age
type: date
Expand Down