apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: dhcphosts.dnsmasq.kvaps.cf annotations: controller-gen.kubebuilder.io/version: v0.8.0 spec: group: dnsmasq.kvaps.cf names: kind: DhcpHosts listKind: DhcpHostsList plural: dhcphosts singular: dhcphosts scope: Namespaced versions: - name: v1beta1 additionalPrinterColumns: - name: Controller type: string jsonPath: .spec.controller - name: Age type: date jsonPath: .metadata.creationTimestamp schema: openAPIV3Schema: type: object description: DhcpHosts is the Schema for the dhcphosts API properties: apiVersion: type: string 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' kind: type: string 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' metadata: type: object spec: type: object description: DhcpHostsSpec defines the desired state of DhcpHosts properties: controller: type: string hosts: type: array items: type: object description: DnsmasqDhcpHost holds the mapping between Macs and IP that will be added to dnsmasq dhcp-hosts file. properties: hostname: type: string clientID: type: string ignore: type: boolean ip: type: string leaseTime: type: string macs: type: array items: type: string setTags: type: array items: type: string tags: type: array items: type: string status: type: object description: DhcpHostsStatus defines the observed state of DhcpHosts served: true storage: true subresources: {} --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: dhcpoptions.dnsmasq.kvaps.cf annotations: controller-gen.kubebuilder.io/version: v0.8.0 spec: group: dnsmasq.kvaps.cf names: kind: DhcpOptions listKind: DhcpOptionsList plural: dhcpoptions singular: dhcpoptions scope: Namespaced versions: - name: v1beta1 additionalPrinterColumns: - name: Controller type: string jsonPath: .spec.controller - name: Age type: date jsonPath: .metadata.creationTimestamp schema: openAPIV3Schema: type: object description: DhcpOptions is the Schema for the dhcpoptions API properties: apiVersion: type: string 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' kind: type: string 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' metadata: type: object spec: type: object description: DhcpOptionsSpec defines the desired state of DhcpOptions properties: controller: type: string options: type: array items: type: object description: DhcpOption defines dhcp-option for dnsmasq properties: encap: type: string key: type: string pattern: ^([0-9]+|option:.+|option6:.+)$ leaseTime: type: string tags: type: array items: type: string values: type: array items: type: string viEncap: type: string required: - key - values status: type: object description: DhcpOptionsStatus defines the observed state of DhcpOptions served: true storage: true subresources: {} --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: dnshosts.dnsmasq.kvaps.cf annotations: controller-gen.kubebuilder.io/version: v0.8.0 spec: group: dnsmasq.kvaps.cf names: kind: DnsHosts listKind: DnsHostsList plural: dnshosts singular: dnshosts scope: Namespaced versions: - name: v1beta1 additionalPrinterColumns: - name: Controller type: string jsonPath: .spec.controller - name: Age type: date jsonPath: .metadata.creationTimestamp schema: openAPIV3Schema: type: object description: DnsHosts is the Schema for the dnshosts API properties: apiVersion: type: string 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' kind: type: string 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' metadata: type: object spec: type: object description: DnsHostsSpec defines the desired state of DnsHosts properties: controller: type: string hosts: type: array items: type: object description: DnsHost holds the mapping between IP and hostnames that will be added to dnsmasq hosts file. properties: hostnames: type: array description: Hostnames for the above IP address. items: type: string ip: type: string description: IP address of the host file entry. required: - ip status: type: object description: DnsHostsStatus defines the observed state of DnsHosts served: true storage: true subresources: {} --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: dnsmasqoptions.dnsmasq.kvaps.cf annotations: controller-gen.kubebuilder.io/version: v0.8.0 spec: group: dnsmasq.kvaps.cf names: kind: DnsmasqOptions listKind: DnsmasqOptionsList plural: dnsmasqoptions singular: dnsmasqoptions scope: Namespaced versions: - name: v1beta1 additionalPrinterColumns: - name: Controller type: string jsonPath: .spec.controller - name: Age type: date jsonPath: .metadata.creationTimestamp schema: openAPIV3Schema: type: object description: DnsmasqOptions is the Schema for the dnsmasqoptions API properties: apiVersion: type: string 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' kind: type: string 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' metadata: type: object spec: type: object description: DnsmasqOptionsSpec defines the desired state of DnsmasqOptions properties: controller: type: string options: type: array items: type: object description: DnsmasqOption defines option for dnsmasq properties: key: type: string enum: - dhcp-range - dhcp-host - dhcp-userclass - dhcp-circuitid - dhcp-remoteid - dhcp-subscrid - dhcp-ignore - dhcp-broadcast - mx-host - dhcp-boot - dhcp-option - dhcp-option-force - server - rev-server - local - domain - dhcp-vendorclass - alias - dhcp-vendorclass - srv-host - txt-record - ptr-record - bootp-dynamic - dhcp-mac - dhcp-ignore-names - rebind-domain-ok - dhcp-match - dhcp-name-match - tag-if - naptr-record - dhcp-generate-names - cname - pxe-service - add-mac - dhcp-duid - host-record - caa-record - dns-rr - auth-zone - synth-domain values: type: array items: type: string required: - key - values status: type: object description: DnsmasqOptionsStatus defines the observed state of DnsmasqOptions served: true storage: true subresources: {}