Managed Services for Kubernetes Audit Trails Events: UpdateNodeGroup
- Event JSON schema
- Field description
- IamAuthentication
- IamTokenInfo
- Authorization
- ResourceMetadata
- Resource
- RequestMetadata
- Status
- NodeGroupDetails
- NodeTemplate
- ResourcesSpec
- DiskSpec
- NodeAddressSpec
- OneToOneNatSpec
- DnsRecordSpec
- SchedulingPolicy
- NetworkInterfaceSpec
- PlacementPolicy
- NetworkSettings
- ContainerRuntimeSettings
- ContainerNetworkSettings
- GpuSettings
- ScalePolicy
- FixedScale
- AutoScale
- NodeGroupAllocationPolicy
- NodeGroupLocation
- DeployPolicy
- VersionInfo
- NodeGroupMaintenancePolicy
- MaintenanceWindow
- DailyMaintenanceWindow
- TimeOfDay
- WeeklyMaintenanceWindow
- DaysOfWeekMaintenanceWindow
- Taint
Event JSON schema
{
"eventId": "string",
"eventSource": "string",
"eventType": "string",
"eventTime": "string",
"authentication": {
"authenticated": "boolean",
// Includes only one of the fields `subjectType`
"subjectType": "string",
// end of the list of possible fields
// Includes only one of the fields `subjectId`
"subjectId": "string",
// end of the list of possible fields
// Includes only one of the fields `subjectName`
"subjectName": "string",
// end of the list of possible fields
// Includes only one of the fields `federationId`
"federationId": "string",
// end of the list of possible fields
// Includes only one of the fields `federationName`
"federationName": "string",
// end of the list of possible fields
// Includes only one of the fields `federationType`
"federationType": "string",
// end of the list of possible fields
"tokenInfo": {
"maskedIamToken": "string",
// Includes only one of the fields `iamTokenId`
"iamTokenId": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorId`
"impersonatorId": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorType`
"impersonatorType": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorName`
"impersonatorName": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorFederationId`
"impersonatorFederationId": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorFederationName`
"impersonatorFederationName": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorFederationType`
"impersonatorFederationType": "string"
// end of the list of possible fields
}
},
"authorization": {
"authorized": "boolean"
},
"resourceMetadata": {
"path": [
{
"resourceType": "string",
"resourceId": "string",
// Includes only one of the fields `resourceName`
"resourceName": "string"
// end of the list of possible fields
}
]
},
"requestMetadata": {
"remoteAddress": "string",
"userAgent": "string",
"requestId": "string",
// Includes only one of the fields `remotePort`
"remotePort": "string"
// end of the list of possible fields
},
"eventStatus": "string",
"error": {
"code": "integer",
"message": "string",
"details": [
"object"
]
},
"details": {
"clusterId": "string",
"nodeGroupId": "string",
"name": "string",
"description": "string",
"labels": "object",
"status": "string",
"nodeTemplate": {
"name": "string",
"labels": "object",
"platformId": "string",
"resourcesSpec": {
"memory": "string",
"cores": "string",
"coreFraction": "string",
"gpus": "string"
},
"bootDiskSpec": {
"diskTypeId": "string",
"diskSize": "string"
},
"reservedInstancePoolId": "string",
"metadata": "object",
"v4AddressSpec": {
"oneToOneNatSpec": {
"ipVersion": "string"
},
"dnsRecordSpecs": [
{
"fqdn": "string",
"dnsZoneId": "string",
"ttl": "string",
"ptr": "boolean"
}
]
},
"schedulingPolicy": {
"preemptible": "boolean"
},
"networkInterfaceSpecs": [
{
"subnetIds": [
"string"
],
"primaryV4AddressSpec": {
"oneToOneNatSpec": {
"ipVersion": "string"
},
"dnsRecordSpecs": [
{
"fqdn": "string",
"dnsZoneId": "string",
"ttl": "string",
"ptr": "boolean"
}
]
},
"primaryV6AddressSpec": {
"oneToOneNatSpec": {
"ipVersion": "string"
},
"dnsRecordSpecs": [
{
"fqdn": "string",
"dnsZoneId": "string",
"ttl": "string",
"ptr": "boolean"
}
]
},
"securityGroupIds": [
"string"
]
}
],
"placementPolicy": {
"placementGroupId": "string"
},
"networkSettings": {
"type": "string"
},
"containerRuntimeSettings": {
"type": "string"
},
"containerNetworkSettings": {
"podMtu": "string"
},
"gpuSettings": {
"gpuClusterId": "string",
"gpuEnvironment": "string"
}
},
"scalePolicy": {
// Includes only one of the fields `fixedScale`, `autoScale`
"fixedScale": {
"size": "string"
},
"autoScale": {
"minSize": "string",
"maxSize": "string",
"initialSize": "string"
}
// end of the list of possible fields
},
"allocationPolicy": {
"locations": [
{
"zoneId": "string",
"subnetId": "string"
}
]
},
"deployPolicy": {
"maxUnavailable": "string",
"maxExpansion": "string"
},
"instanceGroupId": "string",
"nodeVersion": "string",
"versionInfo": {
"currentVersion": "string",
"newRevisionAvailable": "boolean",
"newRevisionSummary": "string",
"versionDeprecated": "boolean"
},
"maintenancePolicy": {
"autoUpgrade": "boolean",
"autoRepair": "boolean",
"maintenanceWindow": {
// Includes only one of the fields `anytime`, `dailyMaintenanceWindow`, `weeklyMaintenanceWindow`
"anytime": "object",
"dailyMaintenanceWindow": {
"startTime": {
"hours": "integer",
"minutes": "integer",
"seconds": "integer",
"nanos": "integer"
},
"duration": "string"
},
"weeklyMaintenanceWindow": {
"daysOfWeek": [
{
"days": [
"string"
],
"startTime": {
"hours": "integer",
"minutes": "integer",
"seconds": "integer",
"nanos": "integer"
},
"duration": "string"
}
]
}
// end of the list of possible fields
}
},
"allowedUnsafeSysctls": [
"string"
],
"nodeTaints": [
{
"key": "string",
"value": "string",
"effect": "string"
}
],
"nodeLabels": "object"
},
"requestParameters": "object",
"response": "object"
}
Field description
|
Field |
Description |
|
eventId |
string |
|
eventSource |
string |
|
eventType |
string |
|
eventTime |
string (date-time) String in RFC3339 To work with values in this field, use the APIs described in the |
|
authentication |
|
|
authorization |
|
|
resourceMetadata |
|
|
requestMetadata |
|
|
eventStatus |
enum (EventStatus)
|
|
error |
The error result of the operation in case of failure or cancellation. |
|
details |
|
|
requestParameters |
object |
|
response |
object |
IamAuthentication
|
Field |
Description |
|
authenticated |
boolean |
|
subjectType |
enum (IamSubjectType) Includes only one of the fields
|
|
subjectId |
string Includes only one of the fields |
|
subjectName |
string Includes only one of the fields |
|
federationId |
string Includes only one of the fields |
|
federationName |
string Includes only one of the fields |
|
federationType |
enum (FederationType) Includes only one of the fields
|
|
tokenInfo |
IamTokenInfo
|
Field |
Description |
|
maskedIamToken |
string |
|
iamTokenId |
string Includes only one of the fields |
|
impersonatorId |
string Includes only one of the fields |
|
impersonatorType |
enum (IamSubjectType) Includes only one of the fields
|
|
impersonatorName |
string Includes only one of the fields |
|
impersonatorFederationId |
string Includes only one of the fields |
|
impersonatorFederationName |
string Includes only one of the fields |
|
impersonatorFederationType |
enum (FederationType) Includes only one of the fields
|
Authorization
|
Field |
Description |
|
authorized |
boolean |
ResourceMetadata
|
Field |
Description |
|
path[] |
Resource
|
Field |
Description |
|
resourceType |
string |
|
resourceId |
string |
|
resourceName |
string Includes only one of the fields |
RequestMetadata
|
Field |
Description |
|
remoteAddress |
string |
|
userAgent |
string |
|
requestId |
string |
|
remotePort |
string (int64) Includes only one of the fields |
Status
The error result of the operation in case of failure or cancellation.
|
Field |
Description |
|
code |
integer (int32) Error code. An enum value of google.rpc.Code |
|
message |
string An error message. |
|
details[] |
object A list of messages that carry the error details. |
NodeGroupDetails
|
Field |
Description |
|
clusterId |
string |
|
nodeGroupId |
string |
|
name |
string |
|
description |
string |
|
labels |
object (map<string, string>) |
|
status |
enum (Status)
|
|
nodeTemplate |
|
|
scalePolicy |
|
|
allocationPolicy |
|
|
deployPolicy |
|
|
instanceGroupId |
string |
|
nodeVersion |
string |
|
versionInfo |
|
|
maintenancePolicy |
|
|
allowedUnsafeSysctls[] |
string |
|
nodeTaints[] |
|
|
nodeLabels |
object (map<string, string>) |
NodeTemplate
|
Field |
Description |
|
name |
string The maximum string length in characters is 128. |
|
labels |
object (map<string, string>) No more than 32 per resource. The maximum string length in characters for each value is 128. The string length in characters for each key must be 1-63. Each key must match the regular expression |
|
platformId |
string |
|
resourcesSpec |
|
|
bootDiskSpec |
|
|
reservedInstancePoolId |
string |
|
metadata |
object (map<string, string>) No more than 64 per resource. The maximum string length in characters for each value is 131072. The string length in characters for each key must be 1-63. Each key must match the regular expression |
|
v4AddressSpec |
|
|
schedulingPolicy |
|
|
networkInterfaceSpecs[] |
|
|
placementPolicy |
|
|
networkSettings |
|
|
containerRuntimeSettings |
|
|
containerNetworkSettings |
|
|
gpuSettings |
ResourcesSpec
|
Field |
Description |
|
memory |
string (int64) The minimum value is 0. |
|
cores |
string (int64) The minimum value is 0. |
|
coreFraction |
string (int64) Acceptable values are 0 to 100, inclusive. |
|
gpus |
string (int64) The minimum value is 0. |
DiskSpec
|
Field |
Description |
|
diskTypeId |
string Value must match the regular expression |
|
diskSize |
string (int64) Acceptable values are 0 to 4398046511104, inclusive. |
NodeAddressSpec
|
Field |
Description |
|
oneToOneNatSpec |
|
|
dnsRecordSpecs[] |
OneToOneNatSpec
|
Field |
Description |
|
ipVersion |
enum (IpVersion)
|
DnsRecordSpec
|
Field |
Description |
|
fqdn |
string |
|
dnsZoneId |
string |
|
ttl |
string (int64) Acceptable values are 0 to 86400, inclusive. |
|
ptr |
boolean |
SchedulingPolicy
|
Field |
Description |
|
preemptible |
boolean |
NetworkInterfaceSpec
|
Field |
Description |
|
subnetIds[] |
string |
|
primaryV4AddressSpec |
|
|
primaryV6AddressSpec |
|
|
securityGroupIds[] |
string |
PlacementPolicy
|
Field |
Description |
|
placementGroupId |
string |
NetworkSettings
|
Field |
Description |
|
type |
enum (Type)
|
ContainerRuntimeSettings
|
Field |
Description |
|
type |
enum (Type)
|
ContainerNetworkSettings
|
Field |
Description |
|
podMtu |
string (int64) |
GpuSettings
|
Field |
Description |
|
gpuClusterId |
string |
|
gpuEnvironment |
enum (GpuEnvironment)
|
ScalePolicy
|
Field |
Description |
|
fixedScale |
Includes only one of the fields |
|
autoScale |
Includes only one of the fields |
FixedScale
|
Field |
Description |
|
size |
string (int64) Acceptable values are 0 to 100, inclusive. |
AutoScale
|
Field |
Description |
|
minSize |
string (int64) Acceptable values are 0 to 100, inclusive. |
|
maxSize |
string (int64) Acceptable values are 0 to 100, inclusive. |
|
initialSize |
string (int64) Acceptable values are 0 to 100, inclusive. |
NodeGroupAllocationPolicy
|
Field |
Description |
|
locations[] |
NodeGroupLocation
|
Field |
Description |
|
zoneId |
string |
|
subnetId |
string |
DeployPolicy
|
Field |
Description |
|
maxUnavailable |
string (int64) Acceptable values are 0 to 100, inclusive. |
|
maxExpansion |
string (int64) Acceptable values are 0 to 100, inclusive. |
VersionInfo
|
Field |
Description |
|
currentVersion |
string |
|
newRevisionAvailable |
boolean |
|
newRevisionSummary |
string |
|
versionDeprecated |
boolean |
NodeGroupMaintenancePolicy
|
Field |
Description |
|
autoUpgrade |
boolean |
|
autoRepair |
boolean |
|
maintenanceWindow |
MaintenanceWindow
|
Field |
Description |
|
anytime |
object Includes only one of the fields |
|
dailyMaintenanceWindow |
Includes only one of the fields |
|
weeklyMaintenanceWindow |
Includes only one of the fields |
DailyMaintenanceWindow
|
Field |
Description |
|
startTime |
|
|
duration |
string (duration) |
TimeOfDay
|
Field |
Description |
|
hours |
integer (int32) |
|
minutes |
integer (int32) |
|
seconds |
integer (int32) |
|
nanos |
integer (int32) |
WeeklyMaintenanceWindow
|
Field |
Description |
|
daysOfWeek[] |
The number of elements must be in the range 1-7. |
DaysOfWeekMaintenanceWindow
|
Field |
Description |
|
days[] |
enum (DayOfWeek) The number of elements must be in the range 1-7.
|
|
startTime |
|
|
duration |
string (duration) |
Taint
|
Field |
Description |
|
key |
string |
|
value |
string |
|
effect |
enum (Effect)
|