Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions examples/v2/gke/python/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ def GenerateConfig(context):
},
# According to kubernetes spec, the path parameter 'name'
# should be the value inside the metadata field
# https://github.com/kubernetes/community/blob/master
# /contributors/devel/api-conventions.md
# https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md
# This mapping specifies that
'inputMappings': [{
'fieldName': 'name',
Expand Down