Resources interface

The resources of the network function component.

Properties

daemonSets

Daemonsets related to component resource.

deployments

Deployments that are related to component resource.

pods

Pods related to component resource.

replicaSets

Replica sets related to component resource.

statefulSets

Stateful sets related to component resource.

Property Details

daemonSets

Daemonsets related to component resource.

daemonSets?: DaemonSet[]

Property Value

deployments

Deployments that are related to component resource.

deployments?: Deployment[]

Property Value

pods

Pods related to component resource.

pods?: Pod[]

Property Value

Pod[]

replicaSets

Replica sets related to component resource.

replicaSets?: ReplicaSet[]

Property Value

statefulSets

Stateful sets related to component resource.

statefulSets?: StatefulSet[]

Property Value