Interface: KubeEndpointSlice
This is the base interface for all Kubernetes resources, i.e. it contains fields that all Kubernetes resources have.
Extends
Properties
actionType?
optional actionType: any;
Inherited from
KubeObjectInterface
.actionType
Defined in
addressType?
optional addressType: string;
Defined in
src/lib/k8s/endpointSlices.ts:46
apiVersion?
optional apiVersion: string;
Inherited from
KubeObjectInterface
.apiVersion
Defined in
endpoints?
optional endpoints: KubeEndpointSliceEndpoint[];
Defined in
src/lib/k8s/endpointSlices.ts:48
items?
optional items: any[];
Inherited from
Defined in
key?
optional key: any;
Inherited from
Defined in
kind
kind: string;
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to.
In CamelCase.
Cannot be updated.