Sha256: 56901e5674d5fdeabba7c2044c5144535eb6eba7afa58694d09a631592896d90
Contents?: true
Size: 693 Bytes
Versions: 1
Compression:
Stored size: 693 Bytes
Contents
# Zilla::IoK8sApiStorageV1TokenRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **audience** | **String** | Audience is the intended audience of the token in \"TokenRequestSpec\". It will default to the audiences of kube apiserver. | | | **expiration_seconds** | **Integer** | ExpirationSeconds is the duration of validity of the token in \"TokenRequestSpec\". It has the same default value of \"ExpirationSeconds\" in \"TokenRequestSpec\". | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiStorageV1TokenRequest.new( audience: null, expiration_seconds: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiStorageV1TokenRequest.md |