Managed Services for Kubernetes Audit Trails Events: DeleteStoppedCluster
- Event JSON schema
- Field description
- IamAuthentication
- IamTokenInfo
- Authorization
- ResourceMetadata
- Resource
- RequestMetadata
- Status
- ClusterDetails
- Master
- ZonalMaster
- RegionalMaster
- Location
- MasterEndpoints
- MasterAuth
- VersionInfo
- MasterMaintenancePolicy
- MaintenanceWindow
- DailyMaintenanceWindow
- TimeOfDay
- WeeklyMaintenanceWindow
- DaysOfWeekMaintenanceWindow
- MasterLogging
- MasterResources
- MasterScalePolicy
- FixedScale
- AutoScale
- IPAllocationPolicy
- NetworkPolicy
- KMSProvider
- Cilium
- ScheduledMaintenance
- WorkloadIdentityFederation
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",
"folderId": "string",
"name": "string",
"description": "string",
"labels": "object",
"status": "string",
"health": "string",
"networkId": "string",
"master": {
// Includes only one of the fields `zonalMaster`, `regionalMaster`
"zonalMaster": {
"zoneId": "string",
"internalV4Address": "string",
"externalV4Address": "string"
},
"regionalMaster": {
"regionId": "string",
"internalV4Address": "string",
"externalV4Address": "string",
"externalV6Address": "string"
},
// end of the list of possible fields
"locations": [
{
"zoneId": "string",
"subnetId": "string"
}
],
"etcdClusterSize": "string",
"version": "string",
"endpoints": {
"internalV4Endpoint": "string",
"externalV4Endpoint": "string",
"externalV6Endpoint": "string"
},
"masterAuth": {
"clusterCaCertificate": "string"
},
"versionInfo": {
"currentVersion": "string",
"newRevisionAvailable": "boolean",
"newRevisionSummary": "string",
"versionDeprecated": "boolean"
},
"maintenancePolicy": {
"autoUpgrade": "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
}
},
"securityGroupIds": [
"string"
],
"masterLogging": {
"enabled": "boolean",
// Includes only one of the fields `logGroupId`, `folderId`
"logGroupId": "string",
"folderId": "string",
// end of the list of possible fields
"auditEnabled": "boolean",
"clusterAutoscalerEnabled": "boolean",
"kubeApiserverEnabled": "boolean",
"eventsEnabled": "boolean"
},
"resources": {
"cores": "string",
"coreFraction": "string",
"memory": "string"
},
"scalePolicy": {
// Includes only one of the fields `fixedScale`, `autoScale`
"fixedScale": {
"resourcePresetId": "string"
},
"autoScale": {
"minResourcePresetId": "string"
}
// end of the list of possible fields
}
},
"ipAllocationPolicy": {
"clusterIpv4CidrBlock": "string",
"nodeIpv4CidrMaskSize": "string",
"serviceIpv4CidrBlock": "string",
"clusterIpv6CidrBlock": "string",
"serviceIpv6CidrBlock": "string"
},
"serviceAccountId": "string",
"nodeServiceAccountId": "string",
"releaseChannel": "string",
"networkPolicy": {
"provider": "string"
},
"kmsProvider": {
"keyId": "string"
},
// Includes only one of the fields `cilium`
"cilium": {
"routingMode": "string"
},
// end of the list of possible fields
"scheduledMaintenance": {
"delayedUntil": "string",
"availableFrom": "string",
"noLaterThan": "string",
"description": "string"
},
"workloadIdentityFederation": {
"enabled": "boolean",
"issuer": "string",
"jwksUri": "string"
}
},
"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. |
ClusterDetails
|
Field |
Description |
|
clusterId |
string |
|
folderId |
string |
|
name |
string |
|
description |
string |
|
labels |
object (map<string, string>) |
|
status |
enum (Status)
|
|
health |
enum (Health)
|
|
networkId |
string |
|
master |
|
|
ipAllocationPolicy |
|
|
serviceAccountId |
string |
|
nodeServiceAccountId |
string |
|
releaseChannel |
enum (ReleaseChannel)
|
|
networkPolicy |
|
|
kmsProvider |
|
|
cilium |
Includes only one of the fields |
|
scheduledMaintenance |
|
|
workloadIdentityFederation |
Master
|
Field |
Description |
|
zonalMaster |
Includes only one of the fields |
|
regionalMaster |
Includes only one of the fields |
|
locations[] |
|
|
etcdClusterSize |
string (int64) |
|
version |
string |
|
endpoints |
|
|
masterAuth |
|
|
versionInfo |
|
|
maintenancePolicy |
|
|
securityGroupIds[] |
string |
|
masterLogging |
|
|
resources |
|
|
scalePolicy |
ZonalMaster
|
Field |
Description |
|
zoneId |
string |
|
internalV4Address |
string |
|
externalV4Address |
string |
RegionalMaster
|
Field |
Description |
|
regionId |
string |
|
internalV4Address |
string |
|
externalV4Address |
string |
|
externalV6Address |
string |
Location
|
Field |
Description |
|
zoneId |
string |
|
subnetId |
string |
MasterEndpoints
|
Field |
Description |
|
internalV4Endpoint |
string |
|
externalV4Endpoint |
string |
|
externalV6Endpoint |
string |
MasterAuth
|
Field |
Description |
|
clusterCaCertificate |
string |
VersionInfo
|
Field |
Description |
|
currentVersion |
string |
|
newRevisionAvailable |
boolean |
|
newRevisionSummary |
string |
|
versionDeprecated |
boolean |
MasterMaintenancePolicy
|
Field |
Description |
|
autoUpgrade |
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) |
MasterLogging
|
Field |
Description |
|
enabled |
boolean |
|
logGroupId |
string Value must match the regular expression Includes only one of the fields |
|
folderId |
string Value must match the regular expression Includes only one of the fields |
|
auditEnabled |
boolean |
|
clusterAutoscalerEnabled |
boolean |
|
kubeApiserverEnabled |
boolean |
|
eventsEnabled |
boolean |
MasterResources
|
Field |
Description |
|
cores |
string (int64) |
|
coreFraction |
string (int64) |
|
memory |
string (int64) |
MasterScalePolicy
|
Field |
Description |
|
fixedScale |
Includes only one of the fields |
|
autoScale |
Includes only one of the fields |
FixedScale
|
Field |
Description |
|
resourcePresetId |
string |
AutoScale
|
Field |
Description |
|
minResourcePresetId |
string |
IPAllocationPolicy
|
Field |
Description |
|
clusterIpv4CidrBlock |
string |
|
nodeIpv4CidrMaskSize |
string (int64) |
|
serviceIpv4CidrBlock |
string |
|
clusterIpv6CidrBlock |
string |
|
serviceIpv6CidrBlock |
string |
NetworkPolicy
|
Field |
Description |
|
provider |
enum (Provider)
|
KMSProvider
|
Field |
Description |
|
keyId |
string |
Cilium
|
Field |
Description |
|
routingMode |
enum (RoutingMode)
|
ScheduledMaintenance
|
Field |
Description |
|
delayedUntil |
string (date-time) String in RFC3339 To work with values in this field, use the APIs described in the |
|
availableFrom |
string (date-time) String in RFC3339 To work with values in this field, use the APIs described in the |
|
noLaterThan |
string (date-time) String in RFC3339 To work with values in this field, use the APIs described in the |
|
description |
string |
WorkloadIdentityFederation
|
Field |
Description |
|
enabled |
boolean |
|
issuer |
string |
|
jwksUri |
string |