Sha256: 9161e87fec9cfb0123940bf1ce75ebacab8b0c69fce6a13cfae8ed26e87dc085
Contents?: true
Size: 687 Bytes
Versions: 1
Compression:
Stored size: 687 Bytes
Contents
# Zilla::IoK8sApiAutoscalingV2beta2CrossVersionObjectReference ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **api_version** | **String** | API version of the referent | [optional] | | **kind** | **String** | Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds\" | | | **name** | **String** | Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiAutoscalingV2beta2CrossVersionObjectReference.new( api_version: null, kind: null, name: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiAutoscalingV2beta2CrossVersionObjectReference.md |