Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Certificate
- func (fake *Certificate) Describe(certificateName string) (iam.Certificate, error)
- func (fake *Certificate) DescribeArgsForCall(i int) string
- func (fake *Certificate) DescribeCallCount() int
- func (fake *Certificate) DescribeReturns(result1 iam.Certificate, result2 error)
- func (fake *Certificate) DescribeReturnsOnCall(i int, result1 iam.Certificate, result2 error)
- func (fake *Certificate) Invocations() map[string][][]interface{}
- type Infrastructure
- func (fake *Infrastructure) Delete(stackName string) error
- func (fake *Infrastructure) DeleteArgsForCall(i int) string
- func (fake *Infrastructure) DeleteCallCount() int
- func (fake *Infrastructure) DeleteReturns(result1 error)
- func (fake *Infrastructure) DeleteReturnsOnCall(i int, result1 error)
- func (fake *Infrastructure) Invocations() map[string][][]interface{}
- func (fake *Infrastructure) Update(keyPairName string, azs []string, stackName string, boshAZ string, ...) (cloudformation.Stack, error)
- func (fake *Infrastructure) UpdateArgsForCall(i int) (string, []string, string, string, string, string, string)
- func (fake *Infrastructure) UpdateCallCount() int
- func (fake *Infrastructure) UpdateReturns(result1 cloudformation.Stack, result2 error)
- func (fake *Infrastructure) UpdateReturnsOnCall(i int, result1 cloudformation.Stack, result2 error)
- type KeyPair
- func (fake *KeyPair) DeleteKeyPair(keyPairName string) error
- func (fake *KeyPair) DeleteKeyPairArgsForCall(i int) string
- func (fake *KeyPair) DeleteKeyPairCallCount() int
- func (fake *KeyPair) DeleteKeyPairReturns(result1 error)
- func (fake *KeyPair) DeleteKeyPairReturnsOnCall(i int, result1 error)
- func (fake *KeyPair) Invocations() map[string][][]interface{}
- type TF
- func (fake *TF) Import(arg1 terraform.ImportInput) (string, error)
- func (fake *TF) ImportArgsForCall(i int) terraform.ImportInput
- func (fake *TF) ImportCallCount() int
- func (fake *TF) ImportReturns(result1 string, result2 error)
- func (fake *TF) ImportReturnsOnCall(i int, result1 string, result2 error)
- func (fake *TF) Invocations() map[string][][]interface{}
- type UserPolicy
- func (fake *UserPolicy) Delete(username string, policyname string) error
- func (fake *UserPolicy) DeleteArgsForCall(i int) (string, string)
- func (fake *UserPolicy) DeleteCallCount() int
- func (fake *UserPolicy) DeleteReturns(result1 error)
- func (fake *UserPolicy) DeleteReturnsOnCall(i int, result1 error)
- func (fake *UserPolicy) Invocations() map[string][][]interface{}
- type Zone
- func (fake *Zone) Invocations() map[string][][]interface{}
- func (fake *Zone) Retrieve(region string) ([]string, error)
- func (fake *Zone) RetrieveArgsForCall(i int) string
- func (fake *Zone) RetrieveCallCount() int
- func (fake *Zone) RetrieveReturns(result1 []string, result2 error)
- func (fake *Zone) RetrieveReturnsOnCall(i int, result1 []string, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Certificate ¶
type Certificate struct { DescribeStub func(certificateName string) (iam.Certificate, error) // contains filtered or unexported fields }
func (*Certificate) Describe ¶
func (fake *Certificate) Describe(certificateName string) (iam.Certificate, error)
func (*Certificate) DescribeArgsForCall ¶
func (fake *Certificate) DescribeArgsForCall(i int) string
func (*Certificate) DescribeCallCount ¶
func (fake *Certificate) DescribeCallCount() int
func (*Certificate) DescribeReturns ¶
func (fake *Certificate) DescribeReturns(result1 iam.Certificate, result2 error)
func (*Certificate) DescribeReturnsOnCall ¶
func (fake *Certificate) DescribeReturnsOnCall(i int, result1 iam.Certificate, result2 error)
func (*Certificate) Invocations ¶
func (fake *Certificate) Invocations() map[string][][]interface{}
type Infrastructure ¶
type Infrastructure struct { UpdateStub func(keyPairName string, azs []string, stackName, boshAZ, lbType, lbCertificateARN, envID string) (cloudformation.Stack, error) DeleteStub func(stackName string) error // contains filtered or unexported fields }
func (*Infrastructure) Delete ¶
func (fake *Infrastructure) Delete(stackName string) error
func (*Infrastructure) DeleteArgsForCall ¶
func (fake *Infrastructure) DeleteArgsForCall(i int) string
func (*Infrastructure) DeleteCallCount ¶
func (fake *Infrastructure) DeleteCallCount() int
func (*Infrastructure) DeleteReturns ¶
func (fake *Infrastructure) DeleteReturns(result1 error)
func (*Infrastructure) DeleteReturnsOnCall ¶
func (fake *Infrastructure) DeleteReturnsOnCall(i int, result1 error)
func (*Infrastructure) Invocations ¶
func (fake *Infrastructure) Invocations() map[string][][]interface{}
func (*Infrastructure) UpdateArgsForCall ¶
func (*Infrastructure) UpdateCallCount ¶
func (fake *Infrastructure) UpdateCallCount() int
func (*Infrastructure) UpdateReturns ¶
func (fake *Infrastructure) UpdateReturns(result1 cloudformation.Stack, result2 error)
func (*Infrastructure) UpdateReturnsOnCall ¶
func (fake *Infrastructure) UpdateReturnsOnCall(i int, result1 cloudformation.Stack, result2 error)
type KeyPair ¶
type KeyPair struct { DeleteKeyPairStub func(keyPairName string) error // contains filtered or unexported fields }
func (*KeyPair) DeleteKeyPair ¶
func (*KeyPair) DeleteKeyPairArgsForCall ¶
func (*KeyPair) DeleteKeyPairCallCount ¶
func (*KeyPair) DeleteKeyPairReturns ¶
func (*KeyPair) DeleteKeyPairReturnsOnCall ¶
func (*KeyPair) Invocations ¶
type TF ¶
type TF struct { ImportStub func(terraform.ImportInput) (string, error) // contains filtered or unexported fields }
func (*TF) ImportArgsForCall ¶
func (fake *TF) ImportArgsForCall(i int) terraform.ImportInput
func (*TF) ImportCallCount ¶
func (*TF) ImportReturns ¶
func (*TF) ImportReturnsOnCall ¶
func (*TF) Invocations ¶
type UserPolicy ¶
type UserPolicy struct { DeleteStub func(username, policyname string) error // contains filtered or unexported fields }
func (*UserPolicy) Delete ¶
func (fake *UserPolicy) Delete(username string, policyname string) error
func (*UserPolicy) DeleteArgsForCall ¶
func (fake *UserPolicy) DeleteArgsForCall(i int) (string, string)
func (*UserPolicy) DeleteCallCount ¶
func (fake *UserPolicy) DeleteCallCount() int
func (*UserPolicy) DeleteReturns ¶
func (fake *UserPolicy) DeleteReturns(result1 error)
func (*UserPolicy) DeleteReturnsOnCall ¶
func (fake *UserPolicy) DeleteReturnsOnCall(i int, result1 error)
func (*UserPolicy) Invocations ¶
func (fake *UserPolicy) Invocations() map[string][][]interface{}
type Zone ¶
type Zone struct { RetrieveStub func(region string) ([]string, error) // contains filtered or unexported fields }
func (*Zone) Invocations ¶
func (*Zone) RetrieveArgsForCall ¶
func (*Zone) RetrieveCallCount ¶
func (*Zone) RetrieveReturns ¶
Click to show internal directories.
Click to hide internal directories.