Skip to content

Commit

Permalink
added k8s resource kind node (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
sawyerawesome committed Aug 17, 2023
1 parent 9cb12b7 commit f5a6b5e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion doc/documentation.md
Expand Up @@ -15616,7 +15616,7 @@ The k8s Namespace of the resource.

##### `kind` [`autogenerated`,`read_only`]

Type: `enum(Pending | Pod | Deployment | ReplicaSet | StatefulSet | DaemonSet | NetworkPolicy | Cluster | Service | Endpoints)`
Type: `enum(Pending | Pod | Deployment | ReplicaSet | StatefulSet | DaemonSet | NetworkPolicy | Cluster | Service | Endpoints | Node)`

The specific kind of the k8s resource.

Expand Down
9 changes: 6 additions & 3 deletions k8sasset.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions k8sresource.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion openapi3_autogen/k8sasset.json
Expand Up @@ -79,7 +79,8 @@
"NetworkPolicy",
"Cluster",
"Service",
"Endpoints"
"Endpoints",
"Node"
],
"example": "Service",
"readOnly": true
Expand Down
1 change: 1 addition & 0 deletions specs/@k8sresourceattrs.abs
Expand Up @@ -96,6 +96,7 @@ attributes:
- Cluster
- Service
- Endpoints
- Node
autogenerated: true
default_value: Pending
example_value: Service
Expand Down

0 comments on commit f5a6b5e

Please sign in to comment.