Documentation ¶
Overview ¶
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. limitations under the License.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. limitations under the License.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. limitations under the License.
Index ¶
- func DataPropertyDockerconfigJSON(f *framework.Framework) (string, func(*framework.TestCase))
- func DeletionPolicyDelete(f *framework.Framework) (string, func(*framework.TestCase))
- func DockerJSONConfig(f *framework.Framework) (string, func(*framework.TestCase))
- func FindByName(f *framework.Framework) (string, func(*framework.TestCase))
- func FindByNameWithPath(f *framework.Framework) (string, func(*framework.TestCase))
- func FindByTag(f *framework.Framework) (string, func(*framework.TestCase))
- func FindByTagWithPath(f *framework.Framework) (string, func(*framework.TestCase))
- func JSONDataFromSync(f *framework.Framework) (string, func(*framework.TestCase))
- func JSONDataWithProperty(f *framework.Framework) (string, func(*framework.TestCase))
- func JSONDataWithTemplate(f *framework.Framework) (string, func(*framework.TestCase))
- func JSONDataWithoutTargetName(f *framework.Framework) (string, func(*framework.TestCase))
- func NestedJSONWithGJSON(f *framework.Framework) (string, func(*framework.TestCase))
- func SSHKeySync(f *framework.Framework) (string, func(*framework.TestCase))
- func SSHKeySyncDataProperty(f *framework.Framework) (string, func(*framework.TestCase))
- func SimpleDataSync(f *framework.Framework) (string, func(*framework.TestCase))
- func SyncV1Alpha1(f *framework.Framework) (string, func(*framework.TestCase))
- func SyncWithoutTargetName(f *framework.Framework) (string, func(*framework.TestCase))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataPropertyDockerconfigJSON ¶ added in v0.3.3
This case creates a secret with a Docker json configuration value. The values from the nested data are extracted using gjson. Need to have a key holding dockerconfig to be supported by vault.
func DeletionPolicyDelete ¶ added in v0.5.0
func DockerJSONConfig ¶ added in v0.3.3
This case creates a secret with a Docker json configuration value. The values from the nested data are extracted using gjson. not supported by: vault.
func FindByName ¶ added in v0.5.0
This case creates multiple secrets with simple key/value pairs and syncs them using multiple .Spec.Data blocks.
func FindByNameWithPath ¶ added in v0.5.0
func FindByTag ¶ added in v0.5.0
This case creates multiple secrets with simple key/value pairs and syncs them using multiple .Spec.Data blocks.
func FindByTagWithPath ¶ added in v0.5.0
This case creates multiple secrets with simple key/value pairs this is special because parameter store requires a leading "/" in the name.
func JSONDataFromSync ¶
This case creates one secret with json values and syncs them using a single .Spec.DataFrom block.
func JSONDataWithProperty ¶
This case creates multiple secrets with json values and syncs them using multiple .Spec.Data blocks. The data is extracted from the JSON key using ref.Property.
func JSONDataWithTemplate ¶
This case creates multiple secrets with json values and renders a template. The data is extracted from the JSON key using ref.Property.
func JSONDataWithoutTargetName ¶ added in v0.3.6
This case creates a secret with empty target name to test if it defaults to external secret name. The data is extracted from the JSON key using ref.Property.
func NestedJSONWithGJSON ¶
This case creates a secret with a nested json value. It is synced into two secrets. The values from the nested data are extracted using gjson. not supported by: vault.
func SSHKeySync ¶ added in v0.3.3
This case adds an ssh private key secret and synchronizes it. Not supported by: vault. Json parsing error.
func SSHKeySyncDataProperty ¶ added in v0.3.3
This case adds an ssh private key secret and syncs it.
func SimpleDataSync ¶
This case creates multiple secrets with simple key/value pairs and syncs them using multiple .Spec.Data blocks. Not supported by: vault.
func SyncV1Alpha1 ¶ added in v0.5.0
This case creates one secret with json values and syncs them using a single .Spec.DataFrom block.
Types ¶
This section is empty.