Skip to content

Commit

Permalink
New: Add EndpointSlices kind for k8ssourceattrs (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Powers committed Aug 24, 2023
1 parent 2c0ebb3 commit 19d044c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15642,7 +15642,7 @@ The k8s Namespace of the resource.

##### `kind` [`required`]

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

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.

1 change: 1 addition & 0 deletions openapi3_autogen/k8sasset.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"DaemonSet",
"Deployment",
"Endpoints",
"EndpointSlices",
"Namespace",
"NetworkPolicy",
"Node",
Expand Down
1 change: 1 addition & 0 deletions specs/@k8sresourceattrs.abs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ attributes:
- DaemonSet
- Deployment
- Endpoints
- EndpointSlices
- Namespace
- NetworkPolicy
- Node
Expand Down

0 comments on commit 19d044c

Please sign in to comment.