Skip to content

Commit b684041

Browse files
authored
Fix indentation in tridentactionmirrorupdates k8s CRD YAML
Co-authored-by: JRuumis
1 parent 79445cf commit b684041

File tree

1 file changed

+58
-58
lines changed

1 file changed

+58
-58
lines changed

cli/k8s_client/yaml_factory.go

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -2254,64 +2254,64 @@ spec:
22542254
`
22552255

22562256
const tridentActionMirrorUpdateCRDYAMLv1 = `
2257-
apiVersion: apiextensions.k8s.io/v1
2258-
kind: CustomResourceDefinition
2259-
metadata:
2260-
name: tridentactionmirrorupdates.trident.netapp.io
2261-
spec:
2262-
group: trident.netapp.io
2263-
versions:
2264-
- name: v1
2265-
served: true
2266-
storage: true
2267-
schema:
2268-
openAPIV3Schema:
2269-
type: object
2270-
x-kubernetes-preserve-unknown-fields: true
2271-
additionalPrinterColumns:
2272-
- description: Namespace
2273-
jsonPath: .metadata.namespace
2274-
name: Namespace
2275-
type: string
2276-
priority: 0
2277-
- description: State
2278-
jsonPath: .status.state
2279-
name: State
2280-
type: string
2281-
priority: 0
2282-
- description: CompletionTime
2283-
jsonPath: .status.completionTime
2284-
name: CompletionTime
2285-
type: date
2286-
priority: 0
2287-
- description: Message
2288-
jsonPath: .status.message
2289-
name: Message
2290-
type: string
2291-
priority: 1
2292-
- description: LocalVolumeHandle
2293-
jsonPath: .status.localVolumeHandle
2294-
name: LocalVolumeHandle
2295-
type: string
2296-
priority: 1
2297-
- description: RemoteVolumeHandle
2298-
jsonPath: .status.remoteVolumeHandle
2299-
name: RemoteVolumeHandle
2300-
type: string
2301-
priority: 1
2302-
scope: Namespaced
2303-
names:
2304-
plural: tridentactionmirrorupdates
2305-
singular: tridentactionmirrorupdate
2306-
kind: TridentActionMirrorUpdate
2307-
shortNames:
2308-
- tamu
2309-
- tamupdate
2310-
- tamirrorupdate
2311-
categories:
2312-
- trident
2313-
- trident-external
2314-
`
2257+
apiVersion: apiextensions.k8s.io/v1
2258+
kind: CustomResourceDefinition
2259+
metadata:
2260+
name: tridentactionmirrorupdates.trident.netapp.io
2261+
spec:
2262+
group: trident.netapp.io
2263+
versions:
2264+
- name: v1
2265+
served: true
2266+
storage: true
2267+
schema:
2268+
openAPIV3Schema:
2269+
type: object
2270+
x-kubernetes-preserve-unknown-fields: true
2271+
additionalPrinterColumns:
2272+
- description: Namespace
2273+
jsonPath: .metadata.namespace
2274+
name: Namespace
2275+
type: string
2276+
priority: 0
2277+
- description: State
2278+
jsonPath: .status.state
2279+
name: State
2280+
type: string
2281+
priority: 0
2282+
- description: CompletionTime
2283+
jsonPath: .status.completionTime
2284+
name: CompletionTime
2285+
type: date
2286+
priority: 0
2287+
- description: Message
2288+
jsonPath: .status.message
2289+
name: Message
2290+
type: string
2291+
priority: 1
2292+
- description: LocalVolumeHandle
2293+
jsonPath: .status.localVolumeHandle
2294+
name: LocalVolumeHandle
2295+
type: string
2296+
priority: 1
2297+
- description: RemoteVolumeHandle
2298+
jsonPath: .status.remoteVolumeHandle
2299+
name: RemoteVolumeHandle
2300+
type: string
2301+
priority: 1
2302+
scope: Namespaced
2303+
names:
2304+
plural: tridentactionmirrorupdates
2305+
singular: tridentactionmirrorupdate
2306+
kind: TridentActionMirrorUpdate
2307+
shortNames:
2308+
- tamu
2309+
- tamupdate
2310+
- tamirrorupdate
2311+
categories:
2312+
- trident
2313+
- trident-external
2314+
`
23152315

23162316
const tridentSnapshotInfoCRDYAMLv1 = `
23172317
apiVersion: apiextensions.k8s.io/v1

0 commit comments

Comments
 (0)