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 |
createTime |
Output only. Time A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Time A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. 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. |