--- 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: nodenetworkconfigurationpolicies.nmstate.io resourceVersion: "29407" uid: a4da187b-2218-4721-961a-20c7a3c35b53 spec: conversion: strategy: None group: nmstate.io names: kind: NodeNetworkConfigurationPolicy listKind: NodeNetworkConfigurationPolicyList plural: nodenetworkconfigurationpolicies shortNames: - nncp singular: nodenetworkconfigurationpolicy scope: Cluster versions: - additionalPrinterColumns: - description: Status jsonPath: .status.conditions[?(@.status=="True")].type name: Status type: string - description: Reason jsonPath: .status.conditions[?(@.status=="True")].reason name: Reason type: string name: v1 schema: openAPIV3Schema: description: NodeNetworkConfigurationPolicy is the Schema for the nodenetworkconfigurationpolicies 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: NodeNetworkConfigurationPolicySpec defines the desired state of NodeNetworkConfigurationPolicy properties: capture: additionalProperties: type: string description: |- Capture contains expressions with an associated name than can be referenced at the DesiredState. type: object desiredState: description: The desired configuration of the policy type: object x-kubernetes-preserve-unknown-fields: true maxUnavailable: anyOf: - type: integer - type: string description: |- MaxUnavailable specifies percentage or number of machines that can be updating at a time. Default is "50%". x-kubernetes-int-or-string: true nodeSelector: additionalProperties: type: string description: |- NodeSelector is a selector which must be true for the policy to be applied to the node. Selector which must match a node's labels for the policy to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ type: object type: object status: description: NodeNetworkConfigurationPolicyStatus defines the observed state of NodeNetworkConfigurationPolicy 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 lastUnavailableNodeCountUpdate: description: LastUnavailableNodeCountUpdate is time of the last UnavailableNodeCount update format: date-time type: string unavailableNodeCount: description: |- UnavailableNodeCount represents the total number of potentially unavailable nodes that are processing a NodeNetworkConfigurationPolicy type: integer type: object type: object served: true storage: true subresources: status: {} - additionalPrinterColumns: - description: Status jsonPath: .status.conditions[?(@.status=="True")].type name: Status type: string - description: Reason jsonPath: .status.conditions[?(@.status=="True")].reason name: Reason type: string deprecated: true name: v1alpha1 schema: openAPIV3Schema: description: NodeNetworkConfigurationPolicy is the Schema for the nodenetworkconfigurationpolicies 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: NodeNetworkConfigurationPolicySpec defines the desired state of NodeNetworkConfigurationPolicy properties: capture: additionalProperties: type: string description: |- Capture contains expressions with an associated name than can be referenced at the DesiredState. type: object desiredState: description: The desired configuration of the policy type: object x-kubernetes-preserve-unknown-fields: true maxUnavailable: anyOf: - type: integer - type: string description: |- MaxUnavailable specifies percentage or number of machines that can be updating at a time. Default is "50%". x-kubernetes-int-or-string: true nodeSelector: additionalProperties: type: string description: |- NodeSelector is a selector which must be true for the policy to be applied to the node. Selector which must match a node's labels for the policy to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ type: object type: object status: description: NodeNetworkConfigurationPolicyStatus defines the observed state of NodeNetworkConfigurationPolicy 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 lastUnavailableNodeCountUpdate: description: LastUnavailableNodeCountUpdate is time of the last UnavailableNodeCount update format: date-time type: string unavailableNodeCount: description: |- UnavailableNodeCount represents the total number of potentially unavailable nodes that are processing a NodeNetworkConfigurationPolicy type: integer type: object type: object served: true storage: false subresources: status: {} - additionalPrinterColumns: - description: Status jsonPath: .status.conditions[?(@.status=="True")].type name: Status type: string deprecated: true name: v1beta1 schema: openAPIV3Schema: description: NodeNetworkConfigurationPolicy is the Schema for the nodenetworkconfigurationpolicies 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: NodeNetworkConfigurationPolicySpec defines the desired state of NodeNetworkConfigurationPolicy properties: capture: additionalProperties: type: string description: |- Capture contains expressions with an associated name than can be referenced at the DesiredState. type: object desiredState: description: The desired configuration of the policy type: object x-kubernetes-preserve-unknown-fields: true maxUnavailable: anyOf: - type: integer - type: string description: |- MaxUnavailable specifies percentage or number of machines that can be updating at a time. Default is "50%". x-kubernetes-int-or-string: true nodeSelector: additionalProperties: type: string description: |- NodeSelector is a selector which must be true for the policy to be applied to the node. Selector which must match a node's labels for the policy to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ type: object type: object status: description: NodeNetworkConfigurationPolicyStatus defines the observed state of NodeNetworkConfigurationPolicy 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 lastUnavailableNodeCountUpdate: description: LastUnavailableNodeCountUpdate is time of the last UnavailableNodeCount update format: date-time type: string unavailableNodeCount: description: |- UnavailableNodeCount represents the total number of potentially unavailable nodes that are processing a NodeNetworkConfigurationPolicy type: integer type: object type: object served: true storage: false subresources: status: {} status: acceptedNames: kind: NodeNetworkConfigurationPolicy listKind: NodeNetworkConfigurationPolicyList plural: nodenetworkconfigurationpolicies shortNames: - nncp singular: nodenetworkconfigurationpolicy 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: - v1