Resource: ResourceBundle
ResourceBundle represent a collection of kubernetes configuration resources.
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "description": string } |
Fields | |
---|---|
name |
Identifier. Name of the |
create |
Output only. Time Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
update |
Output only. Time Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
labels |
Optional. Labels as key value pairs. An object containing a list of |
description |
Optional. Human readable description of the |
Methods |
|
---|---|
|
Creates a new ResourceBundle in a given project and location. |
|
Deletes a single ResourceBundle. |
|
Gets details of a single ResourceBundle. |
|
Lists ResourceBundles in a given project and location. |
|
Updates the parameters of a single ResourceBundle. |