Skip to content

Commit 45a5f70

Browse files
authored
Fix indentation in tridentactionmirrorupdates k8s CRD YAML
Co-authored-by: JRuumis
1 parent 741f7e7 commit 45a5f70

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
@@ -2298,64 +2298,64 @@ spec:
22982298
`
22992299

23002300
const tridentActionMirrorUpdateCRDYAMLv1 = `
2301-
apiVersion: apiextensions.k8s.io/v1
2302-
kind: CustomResourceDefinition
2303-
metadata:
2304-
name: tridentactionmirrorupdates.trident.netapp.io
2305-
spec:
2306-
group: trident.netapp.io
2307-
versions:
2308-
- name: v1
2309-
served: true
2310-
storage: true
2311-
schema:
2312-
openAPIV3Schema:
2313-
type: object
2314-
x-kubernetes-preserve-unknown-fields: true
2315-
additionalPrinterColumns:
2316-
- description: Namespace
2317-
jsonPath: .metadata.namespace
2318-
name: Namespace
2319-
type: string
2320-
priority: 0
2321-
- description: State
2322-
jsonPath: .status.state
2323-
name: State
2324-
type: string
2325-
priority: 0
2326-
- description: CompletionTime
2327-
jsonPath: .status.completionTime
2328-
name: CompletionTime
2329-
type: date
2330-
priority: 0
2331-
- description: Message
2332-
jsonPath: .status.message
2333-
name: Message
2334-
type: string
2335-
priority: 1
2336-
- description: LocalVolumeHandle
2337-
jsonPath: .status.localVolumeHandle
2338-
name: LocalVolumeHandle
2339-
type: string
2340-
priority: 1
2341-
- description: RemoteVolumeHandle
2342-
jsonPath: .status.remoteVolumeHandle
2343-
name: RemoteVolumeHandle
2344-
type: string
2345-
priority: 1
2346-
scope: Namespaced
2347-
names:
2348-
plural: tridentactionmirrorupdates
2349-
singular: tridentactionmirrorupdate
2350-
kind: TridentActionMirrorUpdate
2351-
shortNames:
2352-
- tamu
2353-
- tamupdate
2354-
- tamirrorupdate
2355-
categories:
2356-
- trident
2357-
- trident-external
2358-
`
2301+
apiVersion: apiextensions.k8s.io/v1
2302+
kind: CustomResourceDefinition
2303+
metadata:
2304+
name: tridentactionmirrorupdates.trident.netapp.io
2305+
spec:
2306+
group: trident.netapp.io
2307+
versions:
2308+
- name: v1
2309+
served: true
2310+
storage: true
2311+
schema:
2312+
openAPIV3Schema:
2313+
type: object
2314+
x-kubernetes-preserve-unknown-fields: true
2315+
additionalPrinterColumns:
2316+
- description: Namespace
2317+
jsonPath: .metadata.namespace
2318+
name: Namespace
2319+
type: string
2320+
priority: 0
2321+
- description: State
2322+
jsonPath: .status.state
2323+
name: State
2324+
type: string
2325+
priority: 0
2326+
- description: CompletionTime
2327+
jsonPath: .status.completionTime
2328+
name: CompletionTime
2329+
type: date
2330+
priority: 0
2331+
- description: Message
2332+
jsonPath: .status.message
2333+
name: Message
2334+
type: string
2335+
priority: 1
2336+
- description: LocalVolumeHandle
2337+
jsonPath: .status.localVolumeHandle
2338+
name: LocalVolumeHandle
2339+
type: string
2340+
priority: 1
2341+
- description: RemoteVolumeHandle
2342+
jsonPath: .status.remoteVolumeHandle
2343+
name: RemoteVolumeHandle
2344+
type: string
2345+
priority: 1
2346+
scope: Namespaced
2347+
names:
2348+
plural: tridentactionmirrorupdates
2349+
singular: tridentactionmirrorupdate
2350+
kind: TridentActionMirrorUpdate
2351+
shortNames:
2352+
- tamu
2353+
- tamupdate
2354+
- tamirrorupdate
2355+
categories:
2356+
- trident
2357+
- trident-external
2358+
`
23592359

23602360
const tridentSnapshotInfoCRDYAMLv1 = `
23612361
apiVersion: apiextensions.k8s.io/v1

0 commit comments

Comments
 (0)