Skip to content

Commit

Permalink
wip3
Browse files Browse the repository at this point in the history
  • Loading branch information
sparrc committed Jun 1, 2020
1 parent 74f909f commit 82be53f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion agent/containermetadata/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ type DockerContainerMetadata struct {
dockerContainerName string
imageID string
imageName string
networkMode string
ports []apicontainer.PortBinding
networkInfo NetworkMetadata
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ func (cs *CredentialSpecResource) SteadyState() resourcestatus.ResourceStatus {
func (cs *CredentialSpecResource) SetKnownStatus(status resourcestatus.ResourceStatus) {
}

// updateAppliedStatusUnsafe updates the resource transitioning status
func (cs *CredentialSpecResource) updateAppliedStatusUnsafe(knownStatus resourcestatus.ResourceStatus) {
}

// SetAppliedStatus sets the applied status of resource and returns whether
// the resource is already in a transition
func (cs *CredentialSpecResource) SetAppliedStatus(status resourcestatus.ResourceStatus) bool {
Expand Down

0 comments on commit 82be53f

Please sign in to comment.