@@ -2087,64 +2087,64 @@ spec:
20872087`
20882088
20892089const tridentActionMirrorUpdateCRDYAMLv1 = `
2090- apiVersion: apiextensions.k8s.io/v1
2091- kind: CustomResourceDefinition
2092- metadata:
2093- name: tridentactionmirrorupdates.trident.netapp.io
2094- spec:
2095- group: trident.netapp.io
2096- versions:
2097- - name: v1
2098- served: true
2099- storage: true
2100- schema:
2101- openAPIV3Schema:
2102- type: object
2103- x-kubernetes-preserve-unknown-fields: true
2104- additionalPrinterColumns:
2105- - description: Namespace
2106- jsonPath: .metadata.namespace
2107- name: Namespace
2108- type: string
2109- priority: 0
2110- - description: State
2111- jsonPath: .status.state
2112- name: State
2113- type: string
2114- priority: 0
2115- - description: CompletionTime
2116- jsonPath: .status.completionTime
2117- name: CompletionTime
2118- type: date
2119- priority: 0
2120- - description: Message
2121- jsonPath: .status.message
2122- name: Message
2123- type: string
2124- priority: 1
2125- - description: LocalVolumeHandle
2126- jsonPath: .status.localVolumeHandle
2127- name: LocalVolumeHandle
2128- type: string
2129- priority: 1
2130- - description: RemoteVolumeHandle
2131- jsonPath: .status.remoteVolumeHandle
2132- name: RemoteVolumeHandle
2133- type: string
2134- priority: 1
2135- scope: Namespaced
2136- names:
2137- plural: tridentactionmirrorupdates
2138- singular: tridentactionmirrorupdate
2139- kind: TridentActionMirrorUpdate
2140- shortNames:
2141- - tamu
2142- - tamupdate
2143- - tamirrorupdate
2144- categories:
2145- - trident
2146- - trident-external
2147- `
2090+ apiVersion: apiextensions.k8s.io/v1
2091+ kind: CustomResourceDefinition
2092+ metadata:
2093+ name: tridentactionmirrorupdates.trident.netapp.io
2094+ spec:
2095+ group: trident.netapp.io
2096+ versions:
2097+ - name: v1
2098+ served: true
2099+ storage: true
2100+ schema:
2101+ openAPIV3Schema:
2102+ type: object
2103+ x-kubernetes-preserve-unknown-fields: true
2104+ additionalPrinterColumns:
2105+ - description: Namespace
2106+ jsonPath: .metadata.namespace
2107+ name: Namespace
2108+ type: string
2109+ priority: 0
2110+ - description: State
2111+ jsonPath: .status.state
2112+ name: State
2113+ type: string
2114+ priority: 0
2115+ - description: CompletionTime
2116+ jsonPath: .status.completionTime
2117+ name: CompletionTime
2118+ type: date
2119+ priority: 0
2120+ - description: Message
2121+ jsonPath: .status.message
2122+ name: Message
2123+ type: string
2124+ priority: 1
2125+ - description: LocalVolumeHandle
2126+ jsonPath: .status.localVolumeHandle
2127+ name: LocalVolumeHandle
2128+ type: string
2129+ priority: 1
2130+ - description: RemoteVolumeHandle
2131+ jsonPath: .status.remoteVolumeHandle
2132+ name: RemoteVolumeHandle
2133+ type: string
2134+ priority: 1
2135+ scope: Namespaced
2136+ names:
2137+ plural: tridentactionmirrorupdates
2138+ singular: tridentactionmirrorupdate
2139+ kind: TridentActionMirrorUpdate
2140+ shortNames:
2141+ - tamu
2142+ - tamupdate
2143+ - tamirrorupdate
2144+ categories:
2145+ - trident
2146+ - trident-external
2147+ `
21482148
21492149const tridentSnapshotInfoCRDYAMLv1 = `
21502150apiVersion: apiextensions.k8s.io/v1
0 commit comments