Resources interface
The resources of the network function component.
Properties
daemon |
Daemonsets related to component resource. |
deployments | Deployments that are related to component resource. |
pods | Pods related to component resource. |
replica |
Replica sets related to component resource. |
stateful |
Stateful sets related to component resource. |
Property Details
daemonSets
deployments
Deployments that are related to component resource.
deployments?: Deployment[]
Property Value
pods
replicaSets
statefulSets
Stateful sets related to component resource.
statefulSets?: StatefulSet[]
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript