Skip to content

Commit

Permalink
Adding new schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksoncage committed Apr 15, 2022
1 parent bac9e17 commit 9d818c1
Show file tree
Hide file tree
Showing 60 changed files with 0 additions and 5,527 deletions.
111 changes: 0 additions & 111 deletions master-local/_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -13253,107 +13253,6 @@
},
"type": "object"
},
"io.k8s.api.networking.v1alpha1.ClusterCIDRConfig": {
"description": "ClusterCIDRConfig is the Schema for the clustercidrconfigs 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",
"enum": [
"ClusterCIDRConfig"
]
},
"metadata": {
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta",
"description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
},
"spec": {
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ClusterCIDRConfigSpec",
"description": "Spec is the desired state of the ClusterCIDRConfig. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status"
},
"status": {
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ClusterCIDRConfigStatus",
"description": "Status is the current state of the ClusterCIDRConfig. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status"
}
},
"type": "object",
"x-kubernetes-group-version-kind": [
{
"group": "networking.k8s.io",
"kind": "ClusterCIDRConfig",
"version": "v1alpha1"
}
]
},
"io.k8s.api.networking.v1alpha1.ClusterCIDRConfigList": {
"description": "ClusterCIDRConfigList contains a list of ClusterCIDRConfig.",
"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"
},
"items": {
"description": "Items is the list of ClusterCIDRConfigs.",
"items": {
"$ref": "#/definitions/io.k8s.api.networking.v1alpha1.ClusterCIDRConfig"
},
"type": "array"
},
"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",
"enum": [
"ClusterCIDRConfigList"
]
},
"metadata": {
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta",
"description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
}
},
"required": [
"items"
],
"type": "object",
"x-kubernetes-group-version-kind": [
{
"group": "networking.k8s.io",
"kind": "ClusterCIDRConfigList",
"version": "v1alpha1"
}
]
},
"io.k8s.api.networking.v1alpha1.ClusterCIDRConfigSpec": {
"description": "ClusterCIDRConfigSpec defines the desired state of ClusterCIDRConfig.",
"properties": {
"ipv4CIDR": {
"description": "IPv4CIDR defines an IPv4 IP block in CIDR notation(e.g. \"10.0.0.0/8\"). This field is immutable.",
"type": "string"
},
"ipv6CIDR": {
"description": "IPv6CIDR defines an IPv6 IP block in CIDR notation(e.g. \"fd12:3456:789a:1::/64\"). This field is immutable.",
"type": "string"
},
"nodeSelector": {
"$ref": "#/definitions/io.k8s.api.core.v1.NodeSelector",
"description": "NodeSelector defines which nodes the config is applicable to. An empty or nil NodeSelector functions as a default that applies to all nodes. This field is immutable."
},
"perNodeHostBits": {
"description": "PerNodeHostBits defines the number of host bits to be configured per node. A subnet mask determines how much of the address is used for network bits and host bits. For example and IPv4 address of 192.168.0.0/24, splits the address into 24 bits for the network portion and 8 bits for the host portion. For a /24 mask for IPv4 or a /120 for IPv6, configure PerNodeHostBits=8 This field is immutable.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"io.k8s.api.networking.v1alpha1.ClusterCIDRConfigStatus": {
"description": "ClusterCIDRConfigStatus defines the observed state of ClusterCIDRConfig.",
"type": "object"
},
"io.k8s.api.node.v1.Overhead": {
"description": "Overhead structure represents the resource overhead associated with running a pod.",
"properties": {
Expand Down Expand Up @@ -16694,11 +16593,6 @@
"kind": "DeleteOptions",
"version": "v1"
},
{
"group": "networking.k8s.io",
"kind": "DeleteOptions",
"version": "v1alpha1"
},
{
"group": "networking.k8s.io",
"kind": "DeleteOptions",
Expand Down Expand Up @@ -17379,11 +17273,6 @@
"kind": "WatchEvent",
"version": "v1"
},
{
"group": "networking.k8s.io",
"kind": "WatchEvent",
"version": "v1alpha1"
},
{
"group": "networking.k8s.io",
"kind": "WatchEvent",
Expand Down
12 changes: 0 additions & 12 deletions master-local/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -1323,18 +1323,6 @@
{
"$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.ServiceBackendPort"
},
{
"$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ClusterCIDRConfig"
},
{
"$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ClusterCIDRConfigList"
},
{
"$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ClusterCIDRConfigSpec"
},
{
"$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ClusterCIDRConfigStatus"
},
{
"$ref": "_definitions.json#/definitions/io.k8s.api.node.v1.Overhead"
},
Expand Down
46 changes: 0 additions & 46 deletions master-local/clustercidrconfig-networking-v1alpha1.json

This file was deleted.

43 changes: 0 additions & 43 deletions master-local/clustercidrconfig.json

This file was deleted.

51 changes: 0 additions & 51 deletions master-local/clustercidrconfiglist-networking-v1alpha1.json

This file was deleted.

48 changes: 0 additions & 48 deletions master-local/clustercidrconfiglist.json

This file was deleted.

33 changes: 0 additions & 33 deletions master-local/clustercidrconfigspec-networking-v1alpha1.json

This file was deleted.

Loading

0 comments on commit 9d818c1

Please sign in to comment.