REST Resource: projects.locations.resourceBundles

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

string

Identifier. Name of the ResourceBundle. Format is projects/{project}/locations/{location}/resourceBundle /[a-z][a-z0-9\-]{0,62}.

createTime

string (Timestamp format)

Output only. Time ResourceBundle was created.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

Output only. Time ResourceBundle was last updated.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

labels

map (key: string, value: string)

Optional. Labels as key value pairs.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

description

string

Optional. Human readable description of the ResourceBundle.

Methods

create

Creates a new ResourceBundle in a given project and location.

delete

Deletes a single ResourceBundle.

get

Gets details of a single ResourceBundle.

list

Lists ResourceBundles in a given project and location.

patch

Updates the parameters of a single ResourceBundle.