--- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.15.0 creationTimestamp: "2025-10-11T10:48:56Z" generation: 1 managedFields: - apiVersion: apiextensions.k8s.io/v1 fieldsType: FieldsV1 fieldsV1: f:status: f:acceptedNames: f:kind: {} f:listKind: {} f:plural: {} f:shortNames: {} f:singular: {} f:conditions: k:{"type":"Established"}: .: {} f:lastTransitionTime: {} f:message: {} f:reason: {} f:status: {} f:type: {} k:{"type":"NamesAccepted"}: .: {} f:lastTransitionTime: {} f:message: {} f:reason: {} f:status: {} f:type: {} manager: kube-apiserver operation: Update subresource: status time: "2025-10-11T10:48:56Z" - apiVersion: apiextensions.k8s.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:controller-gen.kubebuilder.io/version: {} f:spec: f:conversion: .: {} f:strategy: {} f:group: {} f:names: f:kind: {} f:listKind: {} f:plural: {} f:shortNames: {} f:singular: {} f:scope: {} f:versions: {} manager: manager operation: Update time: "2025-10-11T10:48:56Z" name: nodenetworkstates.nmstate.io resourceVersion: "29413" uid: 1edd9cd1-a981-4b2a-8334-9dc9bde8fc19 spec: conversion: strategy: None group: nmstate.io names: kind: NodeNetworkState listKind: NodeNetworkStateList plural: nodenetworkstates shortNames: - nns singular: nodenetworkstate scope: Cluster versions: - deprecated: true name: v1alpha1 schema: openAPIV3Schema: description: NodeNetworkState is the Schema for the nodenetworkstates 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 status: description: NodeNetworkStateStatus is the status of the NodeNetworkState of a specific node properties: conditions: items: properties: lastHeartbeatTime: format: date-time type: string lastTransitionTime: format: date-time type: string message: type: string reason: type: string status: type: string type: type: string required: - status - type type: object type: array currentState: type: object x-kubernetes-preserve-unknown-fields: true handlerNetworkManagerVersion: type: string handlerNmstateVersion: type: string hostNetworkManagerVersion: type: string lastSuccessfulUpdateTime: format: date-time type: string type: object type: object served: true storage: false subresources: status: {} - name: v1beta1 schema: openAPIV3Schema: description: NodeNetworkState is the Schema for the nodenetworkstates 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 status: description: NodeNetworkStateStatus is the status of the NodeNetworkState of a specific node properties: conditions: items: properties: lastHeartbeatTime: format: date-time type: string lastTransitionTime: format: date-time type: string message: type: string reason: type: string status: type: string type: type: string required: - status - type type: object type: array currentState: type: object x-kubernetes-preserve-unknown-fields: true handlerNetworkManagerVersion: type: string handlerNmstateVersion: type: string hostNetworkManagerVersion: type: string lastSuccessfulUpdateTime: format: date-time type: string type: object type: object served: true storage: true subresources: status: {} status: acceptedNames: kind: NodeNetworkState listKind: NodeNetworkStateList plural: nodenetworkstates shortNames: - nns singular: nodenetworkstate conditions: - lastTransitionTime: "2025-10-11T10:48:56Z" message: no conflicts found reason: NoConflicts status: "True" type: NamesAccepted - lastTransitionTime: "2025-10-11T10:48:56Z" message: the initial names have been accepted reason: InitialNamesAccepted status: "True" type: Established storedVersions: - v1beta1