Sha256: e9dd217e14e23f16a908207b8e90733ad2a5ba0456ba708ac1f483d4b21eeed7
Contents?: true
Size: 512 Bytes
Versions: 1
Compression:
Stored size: 512 Bytes
Contents
# Zilla::IoK8sApiCoreV1WeightedPodAffinityTerm ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **pod_affinity_term** | [**IoK8sApiCoreV1PodAffinityTerm**](IoK8sApiCoreV1PodAffinityTerm.md) | | | | **weight** | **Integer** | weight associated with matching the corresponding podAffinityTerm, in the range 1-100. | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1WeightedPodAffinityTerm.new( pod_affinity_term: null, weight: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1WeightedPodAffinityTerm.md |