mirror of https://git.rancher.io/charts
174 lines
5.9 KiB
YAML
174 lines
5.9 KiB
YAML
---
|
|
apiVersion: apiextensions.k8s.io/v1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
annotations:
|
|
controller-gen.kubebuilder.io/version: v0.9.0
|
|
creationTimestamp: null
|
|
name: sriovnetworknodestates.sriovnetwork.openshift.io
|
|
spec:
|
|
group: sriovnetwork.openshift.io
|
|
names:
|
|
kind: SriovNetworkNodeState
|
|
listKind: SriovNetworkNodeStateList
|
|
plural: sriovnetworknodestates
|
|
singular: sriovnetworknodestate
|
|
scope: Namespaced
|
|
versions:
|
|
- additionalPrinterColumns:
|
|
- jsonPath: .status.syncStatus
|
|
name: Sync Status
|
|
type: string
|
|
- jsonPath: .metadata.annotations.sriovnetwork\.openshift\.io/desired-state
|
|
name: Desired Sync State
|
|
type: string
|
|
- jsonPath: .metadata.annotations.sriovnetwork\.openshift\.io/current-state
|
|
name: Current Sync State
|
|
type: string
|
|
- jsonPath: .metadata.creationTimestamp
|
|
name: Age
|
|
type: date
|
|
name: v1
|
|
schema:
|
|
openAPIV3Schema:
|
|
description: SriovNetworkNodeState is the Schema for the sriovnetworknodestates
|
|
API
|
|
properties:
|
|
apiVersion:
|
|
description: 'APIVersion defines the versioned schema of this representation
|
|
of an object. Servers should convert recognized schemas to the latest
|
|
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
|
|
type: string
|
|
kind:
|
|
description: 'Kind is a string value representing the REST resource this
|
|
object represents. Servers may infer this from the endpoint the client
|
|
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
|
|
type: string
|
|
metadata:
|
|
type: object
|
|
spec:
|
|
description: SriovNetworkNodeStateSpec defines the desired state of SriovNetworkNodeState
|
|
properties:
|
|
dpConfigVersion:
|
|
type: string
|
|
interfaces:
|
|
items:
|
|
properties:
|
|
eSwitchMode:
|
|
type: string
|
|
externallyManaged:
|
|
type: boolean
|
|
linkType:
|
|
type: string
|
|
mtu:
|
|
type: integer
|
|
name:
|
|
type: string
|
|
numVfs:
|
|
type: integer
|
|
pciAddress:
|
|
type: string
|
|
vfGroups:
|
|
items:
|
|
properties:
|
|
deviceType:
|
|
type: string
|
|
isRdma:
|
|
type: boolean
|
|
mtu:
|
|
type: integer
|
|
policyName:
|
|
type: string
|
|
resourceName:
|
|
type: string
|
|
vdpaType:
|
|
type: string
|
|
vfRange:
|
|
type: string
|
|
type: object
|
|
type: array
|
|
required:
|
|
- pciAddress
|
|
type: object
|
|
type: array
|
|
type: object
|
|
status:
|
|
description: SriovNetworkNodeStateStatus defines the observed state of
|
|
SriovNetworkNodeState
|
|
properties:
|
|
interfaces:
|
|
items:
|
|
properties:
|
|
Vfs:
|
|
items:
|
|
properties:
|
|
Vlan:
|
|
type: integer
|
|
assigned:
|
|
type: string
|
|
deviceID:
|
|
type: string
|
|
driver:
|
|
type: string
|
|
mac:
|
|
type: string
|
|
mtu:
|
|
type: integer
|
|
name:
|
|
type: string
|
|
pciAddress:
|
|
type: string
|
|
vdpaType:
|
|
type: string
|
|
vendor:
|
|
type: string
|
|
vfID:
|
|
type: integer
|
|
required:
|
|
- pciAddress
|
|
- vfID
|
|
type: object
|
|
type: array
|
|
deviceID:
|
|
type: string
|
|
driver:
|
|
type: string
|
|
eSwitchMode:
|
|
type: string
|
|
externallyManaged:
|
|
type: boolean
|
|
linkSpeed:
|
|
type: string
|
|
linkType:
|
|
type: string
|
|
mac:
|
|
type: string
|
|
mtu:
|
|
type: integer
|
|
name:
|
|
type: string
|
|
netFilter:
|
|
type: string
|
|
numVfs:
|
|
type: integer
|
|
pciAddress:
|
|
type: string
|
|
totalvfs:
|
|
type: integer
|
|
vendor:
|
|
type: string
|
|
required:
|
|
- pciAddress
|
|
type: object
|
|
type: array
|
|
lastSyncError:
|
|
type: string
|
|
syncStatus:
|
|
type: string
|
|
type: object
|
|
type: object
|
|
served: true
|
|
storage: true
|
|
subresources:
|
|
status: {}
|