Skip to content

Commit

Permalink
Modify description for instanceType and instanceTypeRef, more instruc…
Browse files Browse the repository at this point in the history
…tive and similar to TF
  • Loading branch information
199201shubhamsahu committed Mar 26, 2024
1 parent 035f3f7 commit 2121897
Showing 1 changed file with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ spec:
The type of the instance. Possible values: [PRIMARY, READ_POOL, SECONDARY]
type: string
instanceTypeRef:
<<<<<<< HEAD
description: "(Required) The type of instance.\nPossible values: [\"PRIMARY\",
\"READ_POOL\", \"SECONDARY\"]\nFor PRIMARY and SECONDARY instances,
set the value to refer to the name of the associated cluster.\nThis
Expand All @@ -146,14 +145,6 @@ spec:
instead.\nUse deletionPolicy = \"FORCE\" in the associated secondary
cluster and delete the cluster forcefully to delete the secondary
cluster as well its associated secondary instance."
=======
description: "\"(Required) The type of instance.\nPossible values:
[\"PRIMARY\", \"READ_POOL\", \"SECONDARY\"]\nFor PRIMARY and SECONDARY
instances, set the value to refer to the name of the associated
cluster.\ninstanceTypeRef: \n name: clusterName\nFor instance of
type READ_POOL, set the value using external keyword.\nExample:\ninstanceTypeRef:\n
\ external: READ_POOL\""
>>>>>>> 2ce46355a (Add KCC specific message for instanceTypeRef)
oneOf:
- not:
required:
Expand Down Expand Up @@ -380,7 +371,6 @@ spec:
The type of the instance. Possible values: [PRIMARY, READ_POOL, SECONDARY]
type: string
instanceTypeRef:
<<<<<<< HEAD
description: "(Required) The type of instance.\nPossible values: [\"PRIMARY\",
\"READ_POOL\", \"SECONDARY\"]\nFor PRIMARY and SECONDARY instances,
set the value to refer to the name of the associated cluster.\nThis
Expand All @@ -395,14 +385,6 @@ spec:
instead.\nUse deletionPolicy = \"FORCE\" in the associated secondary
cluster and delete the cluster forcefully to delete the secondary
cluster as well its associated secondary instance."
=======
description: "\"(Required) The type of instance.\nPossible values:
[\"PRIMARY\", \"READ_POOL\", \"SECONDARY\"]\nFor PRIMARY and SECONDARY
instances, set the value to refer to the name of the associated
cluster.\ninstanceTypeRef: \n name: clusterName\nFor instance of
type READ_POOL, set the value using external keyword.\nExample:\ninstanceTypeRef:\n
\ external: READ_POOL\""
>>>>>>> 2ce46355a (Add KCC specific message for instanceTypeRef)
oneOf:
- not:
required:
Expand Down

0 comments on commit 2121897

Please sign in to comment.