ResourceBundle(mapping=None, *, ignore_unknown_fields=False, **kwargs)
ResourceBundle represent a collection of kubernetes configuration resources.
Attributes |
|
---|---|
Name | Description |
name |
str
Identifier. Name of the ResourceBundle . Format is
projects/{project}/locations/{location}/resourceBundle /[a-z][a-z0-9\-]{0,62} .
|
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Time ResourceBundle was created.
|
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Time ResourceBundle was last updated.
|
labels |
MutableMapping[str, str]
Optional. Labels as key value pairs. |
description |
str
Optional. Human readable description of the ResourceBundle .
|
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |