# The BaseboardManagement type is deprecated and will be removed in a future release. It exists # in the chart to facilitate conversion to the new rufio Machine type during cluster upgrades. apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.8.0 creationTimestamp: null labels: clusterctl.cluster.x-k8s.io: "" clusterctl.cluster.x-k8s.io/move: "" name: baseboardmanagements.bmc.tinkerbell.org spec: group: bmc.tinkerbell.org names: categories: - tinkerbell kind: BaseboardManagement listKind: BaseboardManagementList plural: baseboardmanagements shortNames: - bm singular: baseboardmanagement scope: Namespaced versions: - name: v1alpha1 schema: openAPIV3Schema: description: BaseboardManagement is the Schema for the baseboardmanagements 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: BaseboardManagementSpec defines the desired state of BaseboardManagement properties: connection: description: Connection represents the BaseboardManagement connectivity information. properties: authSecretRef: description: AuthSecretRef is the SecretReference that contains authentication information of the BaseboardManagement. The Secret must contain username and password keys. properties: name: description: Name is unique within a namespace to reference a secret resource. type: string namespace: description: Namespace defines the space within which the secret name must be unique. type: string type: object host: description: Host is the host IP address or hostname of the BaseboardManagement. minLength: 1 type: string insecureTLS: description: InsecureTLS specifies trusted TLS connections. type: boolean port: default: 623 description: Port is the port number for connecting with the BaseboardManagement. type: integer required: - authSecretRef - host - insecureTLS - port type: object required: - connection type: object status: description: BaseboardManagementStatus defines the observed state of BaseboardManagement properties: conditions: description: Conditions represents the latest available observations of an object's current state. items: properties: lastUpdateTime: description: Last time the BaseboardManagement condition was updated. format: date-time type: string message: description: Message represents human readable message indicating details about last transition. type: string status: description: Status is the status of the BaseboardManagement condition. Can be True or False. type: string type: description: Type of the BaseboardManagement condition. type: string required: - status - type type: object type: array powerState: description: Power is the current power state of the BaseboardManagement. enum: - "on" - "off" type: string type: object type: object served: true storage: true subresources: status: {} status: acceptedNames: kind: "" plural: "" conditions: [] storedVersions: []